代码搜索:Variance
找到约 2,271 项符合「Variance」的源代码
代码结果 2,271
www.eeworm.com/read/243660/12929433
c variance.c
/**************************************************************************
*
* ROUTINE
* variance
*
* FUNCTION
*
* calculates variance of the input array
*
* SYNO
www.eeworm.com/read/243660/12929494
o variance.o
www.eeworm.com/read/329073/12984220
c variance.c
/*Author: Rainer Hegger Last modified: May 23th, 1998 */
#include
#include
#include
void variance(double *s,unsigned long l,double *av,double *var)
{
unsigned long i;
www.eeworm.com/read/141489/13008370
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/323953/13306658
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/238973/13311654
bmp variance.bmp
www.eeworm.com/read/321299/13409330
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/321160/13411521
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,TOL,P
www.eeworm.com/read/321160/13411548
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,TOL,P
www.eeworm.com/read/321050/13412839
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=