How do I get MLE(Maximum Likelihood Estimation)?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello
How do I get MLE at data.mat?
0 Commenti
Risposta accettata
Star Strider
il 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 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!