代码搜索:Variance
找到约 2,271 项符合「Variance」的源代码
代码结果 2,271
www.eeworm.com/read/228404/4764786
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/226030/4788159
c variance.c
/* Copyright 2001,2002,2003 NAH6
* All Rights Reserved
*
* Parts Copyright DoD, Parts Copyright Starium
*
*/
/***************************************************************************
www.eeworm.com/read/226030/4788173
h variance.h
/* Copyright 2001,2002,2003 NAH6
* All Rights Reserved
*
* Parts Copyright DoD, Parts Copyright Starium
*
*/
void variance(
float *arr,
int no,
float *var,
float *avg);
www.eeworm.com/read/221447/4832517
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/167728/5453907
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/314311/3636640
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/306563/3736755
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/299916/3849574
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/299916/3849610
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/273525/4208047
mata variance.mata
*! version 1.0.0 15oct2004
version 9.0
mata:
real matrix variance(real matrix X, real colvector w)
{
real rowvector CP
real rowvector means
real scalar n
CP = quadcross(w,0, X,1)
n