GithubHelp home page GithubHelp logo

findthetail's Introduction

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

Requirements

- numpy
- scipy
- jinja2
- matplotlib

Installing

pip install findthetail

findthetail's People

Contributors

fstroth avatar

Stargazers

Costas Yamin avatar  avatar  avatar Laurenz avatar

Watchers

James Cloos avatar  avatar Costas Yamin avatar Laurenz avatar

findthetail's Issues

plot_data() got an unexpected keyword argument 'save

Hello,
When i downloaded your example and was trying to run it locally on my system, i get this error when i try to load the data into model and run analyze. Can you please look into it?

---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-4-4bb1ef74b529> in <module>()
      1 # instanciate the Ftt (Find the tail) class with data,
      2 # number of mc steps and a name for the report
----> 3 mod = ftt.Ftt(river_nidd_data['x'].values, mc_steps=500, data_name='River Nidd')
      4 mod.run_analysis()

C:\ProgramData\Anaconda3\lib\site-packages\findthetail\ftt.py in __init__(self, data, data_name, mc_steps)
     54 
     55         # plot the data before is is sorted and prepared
---> 56         self.plot_data(save='save')
     57         self.perpare_data()
     58 

TypeError: plot_data() got an unexpected keyword argument 'save'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.