Skip to main content

Extrem value Analysis in Python

Project description

ExtremeLy

ExtremeLy is a python package for Extreme Value Analysis. It was found that there are not many packages for EVA in python. Among existing packages some of them were incomplete, some of them were internally using R packages and some had only basic implementations without any plots for model assessment. So ExtremeLy brings all those packages together, removes R dependencies and provides most of the fucntionalities for EVA in pythonwithout being dependent on R packages. Some fucntionalities from the already existing packages have been usedas they are, some have been modified to accomodate additional requirements and for some just the R dependenciesare replaced with python implementation. The three already existing packages that are used here are:

  1. scikit-extremes skextremes - https://scikit-extremes.readthedocs.io/en/latest/
  2. thresholdmodeling - https://github.com/iagolemos1/thresholdmodeling
  3. evt - https://pypi.org/project/evt/#description

Dependencies

evt package will be downloaded with ExtremeLy package itself, threshmodeling is not required as it requires R environment to run its functionalities. Those R dependencies have been removed in ExtremeLy. We still need to install skextremes before we can use ExtremeLy. Scikit-extremes (skextremes) also has a dependency called lmoments3 which needs to be installed. These two libraries can be installed this way:

  pip install git+https://github.com/OpenHydrology/lmoments3.git

  git clone https://github.com/kikocorreoso/scikit-extremes.git

  cd scikit-extremes

  pip install -e .

Now we are good to go and install ExtremeLy :)

Installation

 pip install ExtremeLy

Click here for the Documentation and here for example notebook.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ExtremeLy-2.3.0.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

ExtremeLy-2.3.0-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

Details for the file ExtremeLy-2.3.0.tar.gz.

File metadata

  • Download URL: ExtremeLy-2.3.0.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.7

File hashes

Hashes for ExtremeLy-2.3.0.tar.gz
Algorithm Hash digest
SHA256 03c92bc174794208fd7d2494bee74cf7c7073a94621a714fc43b5d32c9ef4095
MD5 6e859d847ef45055a0235c147bf66310
BLAKE2b-256 3c3f8cae8caaf5db2546d09875d6d33dbefcb9912668e18cb5bc8ea085428796

See more details on using hashes here.

Provenance

File details

Details for the file ExtremeLy-2.3.0-py3-none-any.whl.

File metadata

  • Download URL: ExtremeLy-2.3.0-py3-none-any.whl
  • Upload date:
  • Size: 7.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.7

File hashes

Hashes for ExtremeLy-2.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4c5e99240511c02a2f006b0c0f18ca00fe542b479076e31ca0dd7742e9f34b53
MD5 be4987c7551e0e46713633fd5b607797
BLAKE2b-256 7b64acf02c7072635aeec4e8aaeb44737396bb83fda5721539e0db4fab6f8fcc

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page