How do I get MLE(Maximum Likelihood Estimation)?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
민제 강
am 7 Apr. 2022
Beantwortet: Star Strider
am 7 Apr. 2022
Hello
How do I get MLE at data.mat?
0 Kommentare
Akzeptierte Antwort
Star Strider
am 7 Apr. 2022
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 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!