Metadata-Version: 2.1
Name: fattails
Version: 0.0.1
Summary: A package for fattailed statistics
Home-page: https://github.com/FergM/fattails/
Author: FergM
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8.5
Description-Content-Type: text/markdown
Requires-Dist: pandas (>=1.1.4)
Requires-Dist: matplotlib (>=3.3.3)

# Fat Tails
Working through Nassim Taleb's Technical Incerto book about fat tailed statistics. [Link to ebook pdf](https://researchers.one/articles/statistical-consequences-of-fat-tails-real-world-preasymptotics-epistemology-and-applications/5f52699d36a3e45f17ae7e36)

## Content
All content so far is in the [notebooks/](./notebooks) folder.

## Highlights
#### Chapter 3:
* [10 Sigma Event](./notebooks/Notebook-04%20-%20Sympy%2010%20Sigma%20Event.ipynb)
* [Sample Mean Bias](./notebooks/Notebook-07%20-%20Pareto%20Sample%20Mean%20Distribution.ipynb)
* [Transforming distributions with f(x)](./notebooks/Notebook-10%20-%20Convex%20Transformation%20-%20pdf%20manipulation.ipynb)


