How to calculate posterior probability?
显示 更早的评论
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?
回答(1 个)
Tom Lane
2015-2-9
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Gaussian Mixture Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!