필터 지우기
필터 지우기

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