How do I get MLE(Maximum Likelihood Estimation)?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
민제 강
le 7 Avr 2022
Réponse apportée : Star Strider
le 7 Avr 2022
Hello
How do I get MLE at data.mat?
0 commentaires
Réponse acceptée
Star Strider
le 7 Avr 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 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!