📄 c_dgaus.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -