Metadata-Version: 1.1
Name: findthetail
Version: 1.0.2
Summary: Package implementing the tail detection method detaild in the paper https://arxiv.org/abs/1805.10040.
Home-page: https://github.com/fstroth/findthetail
Author: Frederik Strothmann
Author-email: frstrothmann@gmail.com
License: MIT
Description: # FindTheTail
        
        Find The Tail is a procedure that is able to separate a given data set into subsets which belong to the body or the tail of an unknown underlying parent distribution. The data belonging to the tail are used to fit a generalized Pareto distribution as tail model.
        
        ## Documentation
        
        The Documentation can be found [here](https://findthetail.readthedocs.io/en/latest/index.html)
        
        ## Requirements
            - numpy
            - scipy
            - jinja2
            - matplotlib
        
        ## Installing
        
            pip install findthetail
        
Keywords: extreme value statistics tail detection
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
