MANIFEST.in
README.rst
requirements.txt
setup.py
docs/source/example_images/diagnostic.png
docs/source/example_images/extremes.png
pyextremes/__init__.py
pyextremes/eva.py
pyextremes.egg-info/PKG-INFO
pyextremes.egg-info/SOURCES.txt
pyextremes.egg-info/dependency_links.txt
pyextremes.egg-info/top_level.txt
pyextremes/extremes/__init__.py
pyextremes/extremes/block_maxima.py
pyextremes/extremes/extremes.py
pyextremes/extremes/peaks_over_threshold.py
pyextremes/extremes/return_periods.py
pyextremes/extremes/transformation.py
pyextremes/models/__init__.py
pyextremes/models/distribution.py
pyextremes/models/emcee.py
pyextremes/models/mle.py
pyextremes/models/model_base.py
pyextremes/models/models.py
pyextremes/multivariate/__init__.py
pyextremes/multivariate/meva.py
pyextremes/plotting/__init__.py
pyextremes/plotting/extremes.py
pyextremes/plotting/mcmc.py
pyextremes/plotting/porbability_plots.py
pyextremes/plotting/return_values.py
pyextremes/plotting/style.py
pyextremes/tuning/__init__.py
pyextremes/tuning/hyperparameters.py
pyextremes/tuning/model_comparison.py
pyextremes/tuning/threshold_selection.py
tests/data/battery_wl.csv
tests/data/extremes_bm_high.csv
tests/data/extremes_bm_low.csv
tests/data/extremes_pot_high.csv
tests/data/extremes_pot_low.csv
tests/data/generator.py
tests/test_extremes/test_extremes_block_maxima.py
tests/test_extremes/test_extremes_extremes.py
tests/test_extremes/test_extremes_peaks_over_threshold.py
tests/test_extremes/test_extremes_return_periods.py
tests/test_extremes/test_extremes_transformation.py
tests/test_integration/test_eva.py
tests/test_models/test_distribution.py
tests/test_models/test_models_emcee.py
tests/test_models/test_models_mle.py
tests/test_models/test_models_models.py
tests/test_plotting/test_plotting_extremes.py
tests/test_plotting/baseline_images/plot_extremes_BM_high.png
tests/test_plotting/baseline_images/plot_extremes_BM_low.png
tests/test_plotting/baseline_images/plot_extremes_POT_high.png
tests/test_plotting/baseline_images/plot_extremes_POT_low.png