필터 지우기
필터 지우기

use fitdist() to fit normal distribution with GIVEN MEANS.

조회 수: 5 (최근 30일)
gabriele fadanelli
gabriele fadanelli 2021년 4월 14일
댓글: gabriele fadanelli 2021년 4월 14일
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

채택된 답변

William Rose
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!

Translated by