代码搜索:Variance
找到约 2,271 项符合「Variance」的源代码
代码结果 2,271
www.eeworm.com/read/201006/15418377
m normalvar.m
function sigma2 = normalvar(v)
% NORMALVAR Calculate the value of the variance from one
% that is represeted in log scale
% Copyright (C) 1999-2000 Antti Honkela, Harri Valpola,
% and Xavier Gian
www.eeworm.com/read/201006/15418393
m estimatevars.m
function v_x = estimatevars(x, vprior, v_x0, dim)
% ESTIMATEVARS Estimate parameters for variables with zero mean
%
% ESTIMATEVARS can be used to estimate variance parameter
% values for variab
www.eeworm.com/read/200886/15420670
m varonline.m
% function y = varonline(x)
%
% Compute the variance in an on-line fashion, to save
% memory usage.
%
% Always takes it along the first dimension, so that
% varonline(x) = var(x) (if first dimension i
www.eeworm.com/read/200388/15434332
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/287263/8699166
m unorm.m
function [univar,xaxis] = unorm(mu, var, range, n)
%function [univar,xaxis] = unorm(mu, var, range, n)
% Generate Univariate Gaussian (Normal) data and plot from given mean and variance
%
% mu is
www.eeworm.com/read/386050/8769521
m featselv.m
%FEATSELV Varying feature selection
%
% W = FEATSELV(A)
% W = A*FEATSELV
%
% Selects all features with a non-zero variance.
% Classifiers can be trained like A*(FEATSELV*LDC([],1E-3)) to make
www.eeworm.com/read/377494/9274608
m orthexpanalysis4.m
function OrthExpAnalysis4
% 正交试验的方差分析Variance Analysis of Orthogonal experiment
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
% East China University of Science and T
www.eeworm.com/read/377494/9274612
m orthexpanalysis3.m
function OrthExpAnalysis3
% 正交试验的方差分析Variance Analysis of Orthogonal experiment
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
% East China University of Science and T
www.eeworm.com/read/376842/9303782
m dispceof.m
% dispCEOF(CEOF,EXPVAR,PHI,MOD) Display few CEOFs.
%
% => DISPLAY FEW CEOFs.
% CEOF contains all the CEOFs as nCEOF*X*Y.
% EXPVAR is a matrix with the explained variance of each
% CEOFs in %. This is
www.eeworm.com/read/376425/9317770
m orthexpanalysis4.m
function OrthExpAnalysis4
% 正交试验的方差分析Variance Analysis of Orthogonal experiment
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
% East China University of Science and T