Gaussian Distribution fit to Known Data?
古いコメントを表示
Hey all. I'm trying to make a Gaussian curve fit to a histogram made with data I already have. It is not normalized and I do not know anything about the curve other than what data it needs to fit. What function in MATLAB can I use to calculate sigma and mu? Thanks for your help.
回答 (2 件)
the cyclist
2014 年 2 月 11 日
0 投票
If you have the Statistics Toolbox, you can use normfit().
adam
2014 年 2 月 11 日
0 投票
1 件のコメント
the cyclist
2014 年 2 月 11 日
ver
at the command line, you should see it listed.
Type
doc normfit
to see the syntax for the normfit() command.
カテゴリ
ヘルプ センター および File Exchange で Gamma Distribution についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!