How to calculate posterior probability?
Mostrar comentarios más antiguos
I have a struct that has the mu, Sigma and weightage of each components. How to calculate the posterior probability for each of the Gaussian components? Any algorithms?
Respuestas (1)
Tom Lane
el 9 de Feb. de 2015
0 votos
Try "help gmdistribution/gmdistribution" for a function that can create an object representing this mixture distribution. There is a pdf method you can use to get the posterior.
Categorías
Más información sobre Gaussian Mixture Models en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!