Filter löschen
Filter löschen

How can I use lognormal distribution to fit the non-negative dataset with zero values?

1 Ansicht (letzte 30 Tage)
The command I try to use is lognfit.
parmhat = lognfit(data)

Akzeptierte Antwort

Star Strider
Star Strider am 19 Feb. 2015
The easiest way is to substitute the zero values with eps.
  2 Kommentare
Image Analyst
Image Analyst am 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
Star Strider am 21 Feb. 2015
I doubt there are any other methods, other than to substitute NaN for the zero values.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by