How can I use lognormal distribution to fit the non-negative dataset with zero values?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Joy Tian
el 19 de Feb. de 2015
Comentada: Star Strider
el 21 de Feb. de 2015
The command I try to use is lognfit.
parmhat = lognfit(data)
Respuesta aceptada
Star Strider
el 19 de Feb. de 2015
The easiest way is to substitute the zero values with eps.
2 comentarios
Image Analyst
el 19 de Feb. de 2015
Joy's "Flag" moved here to be a comment:
"advanced command which I never access to save for review and study Thanks"
Star Strider
el 21 de Feb. de 2015
I doubt there are any other methods, other than to substitute NaN for the zero values.
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!