How can I use lognormal distribution to fit the non-negative dataset with zero values?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Joy Tian
il 19 Feb 2015
Commentato: Star Strider
il 21 Feb 2015
The command I try to use is lognfit.
parmhat = lognfit(data)
Risposta accettata
Star Strider
il 19 Feb 2015
The easiest way is to substitute the zero values with eps.
2 Commenti
Image Analyst
il 19 Feb 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
il 21 Feb 2015
I doubt there are any other methods, other than to substitute NaN for the zero values.
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!