Problem with the upper-ci for a 30 years datasets #56
Unanswered
LilRamboll
asked this question in
Q&A
Replies: 1 comment
-
This is a late response, but typically what you see is indicative of a poor fit - meaning, your data does not follow the GEV distribution. Your return values are naturally bounded on the lower side, but the upper bound screams "poor fit". You should post PDF and CDF charts (use the diagnostic plot in pyextremes). Keep in mind that GEVD models distribution of block maxima for a random (this is the key) signal. Things like a trend, periodic carrier signal, censorship can cause this. Also, for 30 years of data I would not rely on any projection beyond ~50 years. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am encouting an problem with the upper-ci calculated with pyextreme.
I am calculating the return period of precipitation of a 30 year daily dataset for the period of 1991-2020, here is the following code:
And here is the result :
As you can see, the return value and lower-ci are correct. However, the upper-ci is wrong.
I tried using different dataset but this issues occurs with all 30 years dataset.
There seems to be an issues with the distribution of the upper-ci, did anyone else encounter this issues and is there a solution ?
Thanks,
Lilian
Beta Was this translation helpful? Give feedback.
All reactions