代码搜索:Variance

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

代码结果 2,271
www.eeworm.com/read/319753/13444744

bmp variance.bmp

www.eeworm.com/read/319753/13445061

bmp variance.bmp

www.eeworm.com/read/313963/13577725

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/313956/13577857

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/313956/13577926

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/312592/13608471

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/312588/13608609

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/306478/13744611

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/303558/13812563

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/151232/5685142

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; /