Gaussian Distribution fit to Known Data?
Show older comments
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.
Answers (2)
the cyclist
on 11 Feb 2014
0 votes
If you have the Statistics Toolbox, you can use normfit().
adam
on 11 Feb 2014
0 votes
1 Comment
the cyclist
on 11 Feb 2014
ver
at the command line, you should see it listed.
Type
doc normfit
to see the syntax for the normfit() command.
Categories
Find more on Gamma Distribution in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!