Skip to content

Extreme value analysis (EVA) is a crucial tool for comprehending and anticipating extreme events, such as exceptionally heavy rainfall or severe wind gusts. This guide, inspired by royalosyin's repository provides a comprehensive introduction to EVA,

License

Notifications You must be signed in to change notification settings

jdmantillaq/Extreme-Value-Analysis

Repository files navigation

Extreme Value Analysis

This beginner's guide provides comprehensive instructions for performing Extreme Value Analysis (EVA), a crucial technique in statistical hydrology and climatology. It serves as an updated version of a previous repository by royalosyin, ensuring compatibility with Python3 and lmoments3. All the credits shall go to him.

Whether you are interested in extreme rainfall analysis or working with other climatic variables such as temperature and wind speed, this guide equips you with the knowledge and code examples needed for your EVA endeavors.

Examples

Among the functionalities, it is possible to adapt the data to different extreme distributions 2_extremeMultipleDistributions:

  • Exponential (EXP)
  • Gamma (GAM)
  • Generalised Extreme Value (GEV)
  • Generalised Logistic (GLO)
  • Generalised Normal (GNO)
  • Generalised Pareto (GPA)
  • Gumbel (GUM)
  • Kappa (KAP)
  • Normal (NOR)
  • Pearson III (PE3)
  • Wakeby (WAK)
  • Weibull (WEI)

Distributions

As well as calculating confidence intervals for a given distribution 3_extremeConfidenceIntervals:

Confidence_Intervals

Modules

lmoments3 and lmfit can be installed by:

  • pip install lmoments3
  • pip install lmfit

Notes:

The implementation of the 5_extremeIDF file, could not be updated in python3 and was left as the original file.

About

Extreme value analysis (EVA) is a crucial tool for comprehending and anticipating extreme events, such as exceptionally heavy rainfall or severe wind gusts. This guide, inspired by royalosyin's repository provides a comprehensive introduction to EVA,

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published