use fitdist() to fit normal distribution with GIVEN MEANS.
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
gabriele fadanelli
am 14 Apr. 2021
Kommentiert: gabriele fadanelli
am 14 Apr. 2021
Good Morning,
I would like to fit my data with normal dstributions, which have FIXED means, so if I try to use fitdist() function I fail because adding the mean as input of course bias my output distribution parameters.
Is there a feasible solution to my problem?
Thanks in advance
0 Kommentare
Akzeptierte Antwort
William Rose
am 14 Apr. 2021
Bearbeitet: William Rose
am 14 Apr. 2021
If the mean μ is known in advance, then the maximum likelihood estimator for is
which is easy to calculate.
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!