代码搜索:Variance

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

代码结果 2,271
www.eeworm.com/read/431675/8661816

m scalem.m

%SCALEM Compute scaling map % % W = scalem(A) % % W is a map that shifts the origin to the mean of the dataset A. % % W = scalem(A,'variance') % % The origin is shifted to the mean of A and the
www.eeworm.com/read/431675/8662277

m klm.m

%KLM Karhunen-Loeve Mapping (PCA of mean covariance matrix) % % [W,alf] = klm(A,n) % [W,n] = klm(A,alf) % % The Karhunen-Loeve Mapping performs a principal component analysis % (PCA) on the mean cl
www.eeworm.com/read/386050/8767976

m var.m

%VAR Dataset overload % % [V,U] = VAR(A,W) % % Computes variance V and mean U in a single run for consistency with datafile overload.
www.eeworm.com/read/386050/8769518

m klm.m

%KLM Karhunen-Loeve Mapping (PCA or MCA of mean covariance matrix) % % [W,FRAC] = KLM(A,N) % [W,N] = KLM(A,FRAC) % % INPUT % A Dataset % N or FRAC Number of dimensions (>= 1) or fr
www.eeworm.com/read/429877/8784577

m fig9_28.m

clear all npts = 2000; del = 1/2000; t = 0:del:1; inp = (1+.2 .* t + .1 .*t.^2) + cos(2. * pi * 2.5 .* t); X0 = [1,.1,.01]'; % it is assumed that the measurement vector H=[1,0,0] % this is the
www.eeworm.com/read/429877/8784656

m fig9_27.m

clear all npts = 2000; del = 1/2000; t = 0:del:1; inp = (1+.2 .* t + .1 .*t.^2);% + cos(2. * pi * 2.5 .* t); X0 = [1,.1,.01]'; % it is assumed that the measurmeny vector H=[1,0,0] % this is the
www.eeworm.com/read/187097/8856634

java agentparam.java

package asm; import java.awt.Frame; /** * Title: Artificial Stock Market * Description: 人工模拟股市(来源:SFI的Swarm版本)的Java版本 * Copyright: Copyright (c) 2003 * Company: http://agents.yea
www.eeworm.com/read/187097/8856652

java agent.java

package asm; import java.util.Vector; /** * Title: Artificial Stock Market * Description: 人工模拟股市(来源:SFI的Swarm版本)的Java版本 * Copyright: Copyright (c) 2003 * Company: http://agents.ye
www.eeworm.com/read/186987/8886141

m00 !noisepw.m00

function nvar = noisepwr1(num,den) % Computes the output noise variance due % to input quantization of a digital filter % based on a partial-fraction approach % % num and den are the numerator and den
www.eeworm.com/read/283509/9014992

m globals.m

% definitions of global variables % values for these are set in ginit.m global PLAN_FIG; % handle for main plan figure global WORLD_SIZE; % size of the world (for display purposes only). global