GithubHelp home page GithubHelp logo

fergm / fattails Goto Github PK

View Code? Open in Web Editor NEW
63.0 8.0 13.0 3.51 MB

Code and Notes for fat-tailed statistics.

License: MIT License

Jupyter Notebook 99.43% Python 0.57%
fat-tails notebooks ipynb power-laws probability statistics-toolbox statistical tails

fattails's Introduction

Fat Tails

Notes and Code for fat-tailed statistics. Inspired by Nassim Taleb's Technical Incerto.

Table of Contents

Blog

See fattails/blog/

  • 2023-10: I am drafting some articles about Entropy as used in information theory.

Notebooks

See the notebooks/README.md for more detail.

My favourite notebooks so far:

External Resources

Technical Incerto Book One:

More Links:

Other Notes

Contact โœ‰

How to reach me:

Contributors

Special thanks to:

Python Package

I started this project as a Python Package. Since then I shifted focus to python notebooks instead. Below are some notes about the packaged code and functions.

Quick Access:

Other:

Example:

$ pip install fattails
$ python

>>> import fattails
>>>
>>>
>>> fattails.mad([1,2,3]) # Calculate Mean Absolute Deviation of [1,2,3]
0.6666666666666666
>>>
>>>
>>> fattails.metrics.get_survival_probability([1,2,3]) # Get survival probability for each value in your data
0    0.75
1    0.50
2    0.25
Name: survival_probability, dtype: float64

Derivations

Roughwork:

fattails's People

Contributors

fergm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fattails's Issues

Add License

What

  • I guess MIT or BSD license
  • Django has a brief comments on the matter here

Why

  • So others can use the code
  • and know what the expectations are

Notebook 37 Kappa Section

Problems:

  • The kappa section at the end is incomplete roughwork at the moment.
  • The kappa section bootstrapping takes a long time to run

README.md Import Example

Hi. In the example in the readme.md, I think the import is missing the metrics part. I think it should be from fattails import metrics and then you can use metrics.mad(...). Hope this helps.

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.