How do I get MLE(Maximum Likelihood Estimation)?
조회 수: 5 (최근 30일)
이전 댓글 표시
Hello
How do I get MLE at data.mat?
댓글 수: 0
채택된 답변
Star Strider
2022년 4월 7일
LD = load('1민제 강 data.mat');
data = LD.data;
[phat,pci] = mle(data)
figure
histfit(data)
It might be best to choose a different distribution.
.
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
