代码搜索:Variance

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

代码结果 2,271
www.eeworm.com/read/382511/9023650

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.6 2005/02/
www.eeworm.com/read/184267/9114012

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/184267/9114074

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/182514/9200846

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/179705/9343567

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/168924/9888017

c variance.c

/*************************************************************************** ROUTINE variance FUNCTION calculates variance of the input array SYNOP
www.eeworm.com/read/168924/9888052

h variance.h

void variance( float *arr, int no, float *var, float *avg);
www.eeworm.com/read/168924/9888124

c variance.c

/*************************************************************************** ROUTINE variance FUNCTION calculates variance of the input array SYNOP
www.eeworm.com/read/168924/9888155

h variance.h

void variance( float *arr, int no, float *var, float *avg);
www.eeworm.com/read/164189/10123208

c variance.c

#include #define MAX 1024 main() { float x[MAX]; float var2, var3, var4 ; float var5, var1; float t1, t2; float ssq; float avg; float dev; int