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!