pyextremes
pyextremes copied to clipboard
Extreme Value Analysis (EVA) in Python
Hello! Thanks so much for this package! I am just wondering if the inclusion of covariates into the parameters will be supported in the future versions.
When doing ``` model.get_extremes(method="POT", threshold=20,..., extremes_type="high" ``` if the threshold is set too high so that no extreme can be found, pyextremes gives an stacktrace which is bit hard to...
Unless I'm mistaken, there's no API published. It makes exploring the package difficult. For example, it was not obvious to me where to find the fitted distribution's parameters. I had...
I was reading through your excellent [online documentation](https://georgebv.github.io/pyextremes/) and one thing that was missing was a basic description of how your confidence intervals are calculated. I'm assuming this placeholder is...
(Firstly I'll just say that this is a fantastic library and very easy to use, great job!) For whatever reason, AWS lambda functions cannot use multiprocessing.Pool(). This is a problem...