代码搜索:Variance

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

代码结果 2,271
www.eeworm.com/read/362500/9996149

m tsqmtx.m

function [tsqmat,tsqs] = tsqmtx(x,p,ssq); %TSQMTX calculates matrix for T^2 contributions for PCA % Given a data matrix (x), loadings (p), and variance % table (ssq). TSQMTX calculates the matrix
www.eeworm.com/read/360995/10069986

m kwhiten.m

%KWHITEN Whiten the data in kernel space. % % W = kwhiten(A,DIM,KTYPE,PAR1) % % Apply a kernel PCA to dataset A and retain DIM dimensions, or a % fraction DIM of the total variance. The data A
www.eeworm.com/read/359212/10161126

m ivar.m

%IVAR Fast neighbourhood variance/kurtosis/skewness % % V = IVAR(IM, SE, OP) % V = IVAR(IM, SE, OP, EDGE) % % Computes the specified statistic over the pixel neighbourhood % which becomes the corresp
www.eeworm.com/read/425643/10342523

m orthexpanalysis2.m

function OrthExpAnalysis2 % 正交试验的极差分析Variance Analysis of Orthogonal experiment % % Author: HUANG Huajiang % Copyright 2003 UNILAB Research Center, % East China University of Science and T
www.eeworm.com/read/425643/10342528

m orthexpanalysis1.m

function OrthExpAnalysis1 % 正交试验的极差分析Variance Analysis of Orthogonal experiment % % Author: HUANG Huajiang % Copyright 2003 UNILAB Research Center, % East China University of Science and T
www.eeworm.com/read/271244/11001984

m dss.m

function z=dss(nt,dt) % z=dss(nt,dt): % % Function to analyze the degree of stationarity of data nt(n,m) by % calculating the variance for each n, where n specifies the number % of f
www.eeworm.com/read/451547/7461949

m kwhiten.m

%KWHITEN Whiten the data in kernel space. % % W = kwhiten(A,DIM,KTYPE,PAR1) % % Apply a kernel PCA to dataset A and retain DIM dimensions, or a % fraction DIM of the total variance. The data A
www.eeworm.com/read/449771/7496830

m orthexpanalysis2.m

function OrthExpAnalysis2 % 正交试验的极差分析Variance Analysis of Orthogonal experiment % % Author: HUANG Huajiang % Copyright 2003 UNILAB Research Center, % East China University of Science and T
www.eeworm.com/read/449771/7496831

m orthexpanalysis1.m

function OrthExpAnalysis1 % 正交试验的极差分析Variance Analysis of Orthogonal experiment % % Author: HUANG Huajiang % Copyright 2003 UNILAB Research Center, % East China University of Science and T
www.eeworm.com/read/449504/7501955

m normrt_rnd.m

function result = normrt_rnd(mu,sigma2,right) % PURPOSE: compute random draws from a right-truncated normal % distribution, with mean = mu, variance = sigma2 % ----------------------------