How do I get MLE(Maximum Likelihood Estimation)?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
민제 강
el 7 de Abr. de 2022
Respondida: Star Strider
el 7 de Abr. de 2022
Hello
How do I get MLE at data.mat?
0 comentarios
Respuesta aceptada
Star Strider
el 7 de Abr. de 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 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!