How to calculate posterior probability?

조회 수: 2 (최근 30일)
Hewitt
Hewitt 2015년 1월 23일
답변: Tom Lane 2015년 2월 9일
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
Tom Lane 2015년 2월 9일
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.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by