.. EVT documentation master file, created by sphinx-quickstart on Thu May 13 16:12:02 2021. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. EVT === .. toctree:: :maxdepth: 2 source/modules.rst Overview -------- Estimators and analysis for extreme value theory (EVT). The package is structured as follows. Example notebooks are provided as links. * The ``Dataset`` `object `_ performs sanity-checks and contains plotting routines. * Generic plots of the dataset. * Maximum-to-sum plot. * Mean excess function. * The `peaks over threshold `_ method. * Plot the tail. * QQ-plot against exponential. * Zipf-plot. * The `block maxima `_ method. * Plot block maxima against the dataset. * Estimators: calculate estimates and `confidence intervals `_. Plotting routines for analysis. * `Hill estimator `_. Plot against order statistics. * `Moment estimator `_ (Dekkers-Einmahl-De Haan). Plot against order statistics. * `Maximum likelihood for the generalized Pareto distribution `_. Plot fit quality. * `Maximum likelihood for the generalized extreme value distribution `_. Plot fit quality. Documentation ------------- Documentation is provided `here `_. Example notebooks are provided `here `_. Installation ------------ Releases are made available on PyPi. The recommended installation method is via ``pip``: >>> pip install evt For a development setup, the requirements are in ``dev-requirements.txt``. Subsequently, the repo can be locally ``pip``-installed. Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`