How to fit Gamma Distribution if there are some negative values in the data?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
the cyclist
am 17 Nov. 2019
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.
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!