GMMVb_SB(X)
The code implements the 2000 Variational Bayes for one dimension Gaussian mixture models paper by Penny and Roberts. (http://www.fil.ion.ucl.ac.uk/~wpenny/publications/vbmog.ps)
Given an 1D vector of values generated by multiple Gaussian distributions, it finds out the number of components, mean and variance of those components. Although it is variational Bayes, an initial value for the number of components has to be give. It can be changed in line 38 inside the init function.
Note: The code sometimes converges and sometimes not with nan values. I thought it might be helpful to get some feedback on this forum and improve upon it.
Citar como
Rini (2025). GMMVb_SB(X) (https://www.mathworks.com/matlabcentral/fileexchange/59316-gmmvb_sb-x), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- Signal Processing > Signal Processing Toolbox > Measurements and Feature Extraction > Pulse and Transition Metrics >
Etiquetas
Agradecimientos
Inspirado por: EM Algorithm for Gaussian Mixture Model (EM GMM), Variational Bayesian Inference for Gaussian Mixture Model
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0.0 | added link to the paper http://www.fil.ion.ucl.ac.uk/~wpenny/publications/vbmog.ps |