How do I get MLE(Maximum Likelihood Estimation)?
4 ビュー (過去 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!