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

1 回表示 (過去 30 日間)
The command I try to use is lognfit.
parmhat = lognfit(data)

採用された回答

Star Strider
Star Strider 2015 年 2 月 19 日
The easiest way is to substitute the zero values with eps.
  2 件のコメント
Image Analyst
Image Analyst 2015 年 2 月 19 日
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 2015 年 2 月 21 日
I doubt there are any other methods, other than to substitute NaN for the zero values.

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by