Metadata-Version: 1.1
Name: pyextremes
Version: 0.0.1
Summary: Extreme value analysis (EVA) in Python
Home-page: https://github.com/georgebv/pyextremes
Author: Georgii Bocharov
Author-email: bocharovgeorgii@gmail.com
License: GPLv3
Description: pyextremes
        ==========
        **pyextremes** is a Python library dedicated to solving problems related to the discipline of `Extreme Value Analysis (EVA) <https://en.wikipedia.org/wiki/Extreme_value_theory>`_. It provides tools to extract extreme events from time series, to fit models such as GEV and GPD, and to provide estimates of extreme events and corresponding confidence intervals. Fitting is done using MCMC and MLE methods.
        
        **Version:** 0.0.1
        
        **License:** GNU General Public License v3.0
        
        **E-Mail:** bocharovgeorgii@gmail.com
        
        **Documentation:** WIP
        
Keywords: coastal ocean marine engineering statistics extreme eva
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
