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
2015 年 2 月 19 日
The easiest way is to substitute the zero values with eps.
2 件のコメント
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
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!