代码搜索:multivariate
找到约 564 项符合「multivariate」的源代码
代码结果 564
www.eeworm.com/read/343227/11962856
m gauslogv.m
function logdens = gauslogv(X, mu, Sigma, QUIET)
%gauslogv Computes a set of multivariate normal log-density values.
% Use : logdens = gauslogv(X, mu, Sigma) where
% X (T,p) T observed vectors of d
www.eeworm.com/read/343227/11962913
c c_dgaus.c
/************************************************************************/
/* c_dgaus Mex-file for computing a set of multivariate normal */
/* density values in the case of diag
www.eeworm.com/read/227522/14421580
index
tsa >> Time Series Analysis
Univariate (stationary) analysis
acovf
acorf
biacovf
bispec
durlev
lattice
rmle
pacf
parcor
invest0
invest1
selmo
histo
histo2
www.eeworm.com/read/223154/14651884
txt datatype.txt
SPECIFICATION OF DATATYPES
-----------------------------------------------
This is used by PLOTA.M
Date: 4 Apr 2003
(C) Alois Schloegl
Version 1.0 (0.10 for testing)
www.eeworm.com/read/223154/14652359
index
tsa >> Time Series Analysis
Univariate (stationary) analysis
acovf
acorf
biacovf
bispec
durlev
lattice
pacf
parcor
invest0
invest1
selmo
histo
hist
www.eeworm.com/read/216806/14991767
m predict.m
function particle= predict(particle, V,G,Q, WB,dt, addrandom)
%
% add random noise to controls
if addrandom == 1
VG= multivariate_gauss([V;G], Q, 1);
V= VG(1); G= VG(2);
end
% predi
www.eeworm.com/read/393504/8281485
m predict.m
function particle= predict(particle, V,G,Q, WB,dt, addrandom)
%
% add random noise to controls
if addrandom == 1
VG= multivariate_gauss([V;G], Q, 1);
V= VG(1); G= VG(2);
end
% predi
www.eeworm.com/read/170937/9779048
index
tsa >> Time Series Analysis
Univariate (stationary) analysis
acovf
acorf
biacovf
bispec
durlev
lattice
rmle
pacf
parcor
invest0
invest1
selmo
histo
histo2
www.eeworm.com/read/237675/13939024
c loglikelihood.c
/* loglikelihood.c
Compute the loglikelihood of mixture of Multivariate Gaussian pdf.
usage: logl = loglikelihood(Z , mu , sigma , p);
where
Z : measure (d x
www.eeworm.com/read/200237/15437070
m ml_gaussian.m
function index = ML_gaussian(x,mu,sigma)
% function index = ML_gaussian(x,mu,sigma)
% x is a vector drawn from some multivariate gaussian
% mu(i,:) is the mean of the ith Gaussian
% sigma(:,:,i) i