代码搜索:Variance

找到约 2,271 项符合「Variance」的源代码

代码结果 2,271
www.eeworm.com/read/124283/14580756

c variance.c

#include #include #include #define BASE_LONG_DOUBLE #include "templates_on.h" #include "variance_source.c" #include "templates_off.h" #undef BASE_LONG_DOUB
www.eeworm.com/read/218679/14910386

c variance.c

/* file : variance.c * purpose : calculate the variance of a data set */ #include double variance(vec,ave,len) double *vec; /* pointer to the vector */ double ave; /
www.eeworm.com/read/216045/15028732

m variance.m

function v=variance(funfcn,a,b,tol,p1,p2,p3) %#ok - evals used %VARIANCE Finds the variance of a random variable % with probability density function 'funfcn' and % support [a,b]. % Y=
www.eeworm.com/read/213940/15121889

m variance.m

function v=variance(funfcn,a,b,tol,p1,p2,p3) % EXPECTED Finds the variance of a random variable % with probability density function 'funfcn' and % support [a,b]. % Y=VARIANCE('F',A,B,T
www.eeworm.com/read/213940/15121915

m variance.m

function v=variance(funfcn,a,b,tol,p1,p2,p3) % EXPECTED Finds the variance of a random variable % with probability density function 'funfcn' and % support [a,b]. % Y=VARIANCE('F',A,B,T
www.eeworm.com/read/212047/15167546

c variance.c

#include #include #include #define BASE_LONG_DOUBLE #include "templates_on.h" #include "variance_source.c" #include "templates_off.h" #undef BASE_LONG_DOUB
www.eeworm.com/read/211365/15182343

c variance.c

/* file : variance.c * purpose : calculate the variance of a data set */ #include double variance(vec,ave,len) double *vec; /* pointer to the vector */ double ave; /
www.eeworm.com/read/210156/15205840

m variance.m

function v=variance(funfcn,a,b,tol,p1,p2,p3) % EXPECTED Finds the variance of a random variable % with probability density function 'funfcn' and % support [a,b]. % Y=VARIANCE('F',A,B,T
www.eeworm.com/read/210154/15205896

m variance.m

function v=variance(funfcn,a,b,tol,p1,p2,p3) % EXPECTED Finds the variance of a random variable % with probability density function 'funfcn' and % support [a,b]. % Y=VARIANCE('F',A,B,T
www.eeworm.com/read/457229/1599516

c variance.c

/* file : variance.c * purpose : calculate the variance of a data set */ #include double variance(vec,ave,len) double *vec; /* pointer to the vector */ double ave; /