How to fit Gamma Distribution if there are some negative values in the data?

조회 수: 6 (최근 30일)
Diljit Dutta
Diljit Dutta 2019년 11월 17일
댓글: the cyclist 2019년 11월 17일
I have a dataset of GCM parameter and I need to fit Gamma distribution to the dataset to do bias correction, But there are negative values also in the dataset due to which fitting Gamma is not possible directly. So how do i fit gamma distribution?
  댓글 수: 3
Diljit Dutta
Diljit Dutta 2019년 11월 17일
Gamma distribution takes data values from 0- infinity and when i directly use gamfit function error message is displayed showing that X should be non negative. and by default Gamfit function uses MLE fitting procedure
the cyclist
the cyclist 2019년 11월 17일
Can you upload the data, or a representative sample?
What fitting function did you use? gamfit? (If you could upload your code, too, that would be ideal.)
Are your data just a tiny bit negative, on the order of round-off or floating-point error? If so, it will not introduce much error to make those zero instead. If they are larger, though, you may have a problem. You'll need to think more carefully about why you are getting negative values when they are "theoretically" impossible, given the distribution you believe they come from.

댓글을 달려면 로그인하십시오.

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by