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!