How to fit Gamma Distribution if there are some negative values in the data?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
the cyclist
el 17 de Nov. de 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.
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!