Retrieving lower_ci, upper_ci (p or years) for return periods when providing return values #28
Replies: 1 comment 1 reply
-
That's an interesting question. Should be absolutely doable. We would need to implement a method of the Confidence bounds would be much trickier to get - if you use direct inverse method (SF) then those would be different bounds than what you get normally. I don't know how that would work. I am currently low on time I can spend on this package development, mainly because it already goes above and beyond what I personally needed from it. I would gladly accept contributions and could help with code review, though, if you (or anyone else reading this) is willing to take a shot at this problem. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
I am wondering if there is a way to retrieve a lower_ci and upper_ci for return periods, when these are calculated based on return values (e.g., based on our
model.extremes
).That is, if there is something similar to
model.get_summary()
but that would provide return periods and their CI (in years or as probabilities) as a function of return values instead of the other way around, and while being sure that modelling parameters applied are the same as in our model object, whereas if I understand correctlyget_return_periods
gives plotting position return period and not best estimate and CI based on model fit.Many thanks !
Example output from
summary = model.get_summary()
I would like to invert, by providing the return values instead of the return period:Example output from
get_return_periods
with plotting positions outputted:Beta Was this translation helpful? Give feedback.
All reactions