代码搜索:Variance
找到约 2,271 项符合「Variance」的源代码
代码结果 2,271
www.eeworm.com/read/424281/10472296
todo
* From: James Theiler
To: John Lamb
Cc: gsl-discuss@sources.redhat.com
Subject: Re: Collecting statistics for time dependent data?
Date: Thu, 9 Dec 2004 14:18:3
www.eeworm.com/read/487203/6516615
m gauss.m
function g=gauss(mean,variance,N)
g=(mean+sqrt(variance)*randn(1,N));
www.eeworm.com/read/487203/6516638
asv gauss.asv
function g=gauss(mean,variance,N)
g=(mean+sqrt(variance)*randn(N,1));
www.eeworm.com/read/487211/6516773
m gauss.m
function g=gauss(mean,variance,N)
g=(mean+sqrt(variance)*randn(1,N));
www.eeworm.com/read/487218/6516879
m gauss.m
function g=gauss(mean,variance,N)
g=(mean+sqrt(variance)*randn(1,N));
www.eeworm.com/read/487218/6516899
asv gauss.asv
function g=gauss(mean,variance,N)
g=(mean+sqrt(variance)*randn(N,1));
www.eeworm.com/read/124283/14580752
todo
* From: James Theiler
To: John Lamb
Cc: gsl-discuss@sources.redhat.com
Subject: Re: Collecting statistics for time dependent data?
Date: Thu, 9 Dec 2004 14:18:3
www.eeworm.com/read/386050/8767298
m pca.m
%PCA Principal component analysis (PCA or MCA on overall covariance matrix)
%
% [W,FRAC] = PCA(A,N)
% [W,N] = PCA(A,FRAC)
%
% INPUT
% A Dataset
% N or FRAC Number of dimensions
www.eeworm.com/read/283135/9040778
m dst.m
function z=dst(nt,dt,nzp)
% The function DST analyzes the degree of stationarity of data nt(n,m) by
% calculating the variance for each n, where n specifies the number
% of frequency values, an
www.eeworm.com/read/375212/9368887
m plsdemo.m
echo on
%PLSDEMO Demonstrates PLS and PCR functions
%
% This demonstration illustrates the use of the PLS and
% PCR functions in the PLS_Toolbox.
echo off
% Copyright
% Barry M. Wise
% 19