georgebv / pyextremes

Extreme Value Analysis (EVA) in Python
https://georgebv.github.io/pyextremes/
MIT License
239 stars 47 forks source link

Support for covariates #54

Closed bbalaji-ucsd closed 1 year ago

bbalaji-ucsd commented 1 year ago

Any plan to support covariates for extreme value analysis similar to this R package: https://cran.r-project.org/web/packages/extRemes/index.html

georgebv commented 1 year ago

This question was asked here before: https://github.com/georgebv/pyextremes/issues/30

If you would be willing to get this started, I will gladly help and review.

bbalaji-ucsd commented 1 year ago

Thank you George, I will investigate further to see if I can implement a simple version to get started.