Skip to content

nikkozzblu/scikit-extremes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scikit-extremes

Basic statistical package to perform univariate extreme value calculations using Python

Docs

Documentation can be found here.

Installation

To install the package you can follow the next steps:

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

cd scikit-extremes

pip install -e .

Dependencies

  • Python >= 3.3
  • Numpy
  • Matplotlib
  • NumDiffTools > 0.7
  • lmoments3

WIP

This is work in progress and at its current state only some models can be used:

Gumbel.

Generalised Extreme Value (GEV).

Other functionality related mainly with the wind industry.

To-Do

Add GPD.

Add Bayesian inference.

Point process?

Improve matplotlib figures.

Open an issue to propose more features or enhancements.

Add pandas as a dependency to work with dates.

Add Mean Residual Life Plot.

Add statistical tests.

About

scikit-extremes is a basic statistical package to perform univariate extreme value calculations using Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%