Stdev from gmdistribution.fit?

I'm using function gmdistribution.fit to fit data which is a mixture of three normal distributions with different means and different stdevs. The function returns the mean of each component distribution all rigth, but I need also the estimated standard deviation of each distribution. How can I get that? It doesn't seem to be returned. Thanks

 採用された回答

the cyclist
the cyclist 2013 年 3 月 12 日

0 投票

According to the example on this page: http://www.mathworks.com/help/stats/gmdistribution.fit.html, if
obj = gmdistribution.fit(...)
then
obj.Sigma
has the covariance matrix.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDescriptive Statistics and Insights についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by