Gaussian Distribution fit to Known Data?
2 visualizzazioni (ultimi 30 giorni)
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.
0 Commenti
Risposte (2)
adam
il 11 Feb 2014
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.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!