代码搜索:Variance

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

代码结果 2,271
www.eeworm.com/read/445827/7589605

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/442447/7651418

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/442444/7651684

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/440070/7694198

c variance.c

/*Author: Rainer Hegger Last modified: May 23th, 1998 */ #include #include #include #include "tisean_cec.h" void variance(double *s,unsigned long l,double *av,double *va
www.eeworm.com/read/439811/7701436

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/436406/7770386

c variance.c

/* * tslib/plugins/variance.c * * Copyright (C) 2001 Russell King. * * This file is placed under the LGPL. Please see the file * COPYING for more details. * * $Id: variance.c,v 1.3 2002/11/
www.eeworm.com/read/196818/8058151

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/244937/12830826

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/143792/12843646

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/243660/12929307

c variance.c

/************************************************************************** * * ROUTINE * variance * * FUNCTION * * calculates variance of the input array * * SYNO