Description Usage Arguments Value Note Author(s) References See Also Examples
The E step in VB-EM iteration.
1 | vexp(X, model)
|
X |
D x N numeric vector or matrix of N observations (columns) and D variables (rows) |
model |
List containing model parameters (see |
model |
A list containing the updated model parameters including alpha (Dirichlet), m (Gaussian mean), kappa (Gaussian variance), v (Wishart degree of freedom), M (Wishart precision matrix). |
X is expected to be D x N for N observations (columns) and D variables (rows)
Yue Li
Mo Chen (2012). Matlab code for Variational Bayesian Inference for Gaussian Mixture Model. http://www.mathworks.com/matlabcentral/fileexchange/35362-variational-bayesian-inference-for-gaussian-mixture-model
Bishop, C. M. (2006). Pattern recognition and machine learning. Springer, Information Science and Statistics. NY, USA. (p474-486)
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.