c_dgaus.m

来自「隐马尔可夫工具箱」· M 代码 · 共 16 行

M
16
字号
function dens = c_dgaus(X, mu, Sigma)%c_dgaus   Computes a set of multivariate normal density values%	   in the case of diagonal covariance matrices (MEX-file).%	Use : dens = c_dgaus(X, mu, Sigma) where%	X (T,p)		T observed vectors of dimension p%	mu (N,p)	N mean vectors%	Sigma (N,p)	diagonals of the covariance matrices%%	dens (T,N)	density values for each observation and each density.%%       c_dgaus is a MATLAB V5 mex-file (to be compiled for your system with%       the mex command)% H2M Toolbox, Version 2.0% Olivier Capp

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?