代码搜索:Variance

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

代码结果 2,271
www.eeworm.com/read/255284/12090192

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/152068/12146742

lst 例04-04计算结果.lst

The SAS System 08:23 Tuesday, April 2, 2002 54 Analysis of Variance Procedure Class
www.eeworm.com/read/150905/12248344

m pcaklm.m

%PCAKLM Principal Component Analysis/Karhunen-Loeve Mapping % (PCA or MCA of overall/mean covariance matrix) % % [W,FRAC] = PCAKLM(TYPE,A,N) % [W,N] = PCAKLM(TYPE,A,FRAC) % % INPUT % A
www.eeworm.com/read/150905/12249709

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/253008/12250995

mdl koe_channel_awgn.mdl

Model { Name "koe_channel_awgn" Version 3.00 SimParamPage "Solver" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataType
www.eeworm.com/read/150225/12304151

m gaussrnd.m

function [x]=gaussrnd(m,C,N) % % x=GAUSSRND(m,C,N) % % samples N-times from an multi-dimensional gaussian distribution % with covariance matrix C and mean m. Dimensionality is implied % in the me
www.eeworm.com/read/150163/12308196

mdl koe_channel_awgn.mdl

Model { Name "koe_channel_awgn" Version 3.00 SimParamPage "Solver" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataType
www.eeworm.com/read/149739/12352712

m pcaklm.m

%PCAKLM Principal Component Analysis/Karhunen-Loeve Mapping % (PCA or MCA of overall/mean covariance matrix) % % [W,FRAC] = PCAKLM(TYPE,A,N) % [W,N] = PCAKLM(TYPE,A,FRAC) % % INPUT % A
www.eeworm.com/read/149739/12353966

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/130034/14211526

h bfagent.h

// Interface for BFagent -- Classifier predictors #import "Agent.h" #import "BFParams.h" #import "BFCast.h" #import #import "World.h" //pj: // Structure for list of indiv