use fitdist() to fit normal distribution with GIVEN MEANS.
5 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
William Rose
2021-4-14
编辑:William Rose
2021-4-14
If the mean μ is known in advance, then the maximum likelihood estimator for
is
which is easy to calculate.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!