代码搜索:Variance
找到约 2,271 项符合「Variance」的源代码
代码结果 2,271
www.eeworm.com/read/132953/14065301
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/132953/14065354
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/132883/14068567
bmp variance.bmp
www.eeworm.com/read/205038/15327941
c variance.c
/*
* This file is part of TISEAN
*
* Copyright (c) 1998-2007 Rainer Hegger, Holger Kantz, Thomas Schreiber
*
* TISEAN is free software; you can redistribute it and/or modify
* it under t
www.eeworm.com/read/203197/15364254
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/202790/15372801
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/111824/15502294
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/107181/15612055
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/105018/15679728
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/104078/15710413
c variance.c
/**************************************************************************
*
* ROUTINE
* variance
*
* FUNCTION
*
* calculates variance of the input array
*
* SYNOPSIS
*