Skip to content

Extreme value analysis distributions and tools

License

Notifications You must be signed in to change notification settings

Shivagopalshrestha/evapy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

evapy

Extreme value analysis of time series - open source tools by 4Subsea.

Features - v0.2.x

  • Time series analysis

    • zero-upcrossing
    • peak detection / declustering
  • Peak distributions

    • Rayleigh
    • Weibull 3p
    • Generalized exponential tail
  • Maxima distribuions

    • Gumbel
    • ACER 1st order (Naess et. al)

Planned for v.0.3.x

  • Peak distributions

    • Truncated Rayleigh
    • Truncated Weilbull 3p
  • Other improvments and fixes.

Getting Started

Minimum Requirements

  • Python >= 3.5

Download

Option 1: Via PyPi

TBA

Option 2: Source Via Git

To get the source code via git just type:

git clone https://github.com/4Subsea/evapy.git
cd ./evapy
pip install .

Option 3: Source Zip

Download a zip of the code via GitHub. Extract and type:

cd ./evapy
pip install .

Usage

Usage examples are provided as Jupyter notebooks in the documentation.

Documentation

TBA

Contribute Code or Provide Feedback

Please get in contact via GitHub! We would love to have you aboard as a contributer!

About

Extreme value analysis distributions and tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%