Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Code and Notes for fat-tailed statistics.

License

NotificationsYou must be signed in to change notification settings

FergM/fattails

Repository files navigation

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

Table of Contents

Blog

Seefattails/blog/

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

Notebooks

See thenotebooks/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 data0    0.751    0.502    0.25Name: survival_probability, dtype: float64

Derivations

Roughwork:


[8]ページ先頭

©2009-2025 Movatter.jp