Gaussian Distribution fit to Known Data?
Mostra commenti meno recenti
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.
Risposte (2)
the cyclist
il 11 Feb 2014
0 voti
If you have the Statistics Toolbox, you can use normfit().
adam
il 11 Feb 2014
0 voti
1 Commento
the cyclist
il 11 Feb 2014
ver
at the command line, you should see it listed.
Type
doc normfit
to see the syntax for the normfit() command.
Categorie
Scopri di più su Gamma Distribution in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!