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!