use fitdist() to fit normal distribution with GIVEN MEANS.
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
gabriele fadanelli
le 14 Avr 2021
Commenté : gabriele fadanelli
le 14 Avr 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 commentaires
Réponse acceptée
William Rose
le 14 Avr 2021
Modifié(e) : William Rose
le 14 Avr 2021
If the mean μ is known in advance, then the maximum likelihood estimator for
is
which is easy to calculate.
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!