All Projects → FergM → fattails

FergM / fattails

Licence: MIT license
Code and Notes for fat-tailed statistics.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to fattails

rlss-2019
Materials for the Practical Sessions of the Reinforcement Learning Summer School 2019: Bandits, RL & Deep RL (PyTorch).
Stars: ✭ 79 (+92.68%)
Mutual labels:  ipynb, notebooks
Udacity-Computer-Vision-Nanodegree
📷 Computer Vision Nanodegree Repository
Stars: ✭ 34 (-17.07%)
Mutual labels:  notebooks
Simple-Sentence-Similarity
Exploring the simple sentence similarity measurements using word embeddings
Stars: ✭ 99 (+141.46%)
Mutual labels:  ipynb
notebooks
A collection of Livebook notebooks
Stars: ✭ 40 (-2.44%)
Mutual labels:  notebooks
livebook
Automate code & data workflows with interactive Elixir notebooks
Stars: ✭ 3,402 (+8197.56%)
Mutual labels:  notebooks
MDAPL
The de facto standard for people who are looking to learn Dyalog APL from a book. This updated version is a work in progress.
Stars: ✭ 24 (-41.46%)
Mutual labels:  notebooks
From 0 To Research Scientist Resources Guide
Detailed and tailored guide for undergraduate students or anybody want to dig deep into the field of AI with solid foundation.
Stars: ✭ 247 (+502.44%)
Mutual labels:  probability
PlutoStaticHTML.jl
Convert Pluto notebooks to HTML in automated workflows
Stars: ✭ 69 (+68.29%)
Mutual labels:  notebooks
pypinm
Programiranje in numerične metode v ekosistemu Pythona
Stars: ✭ 24 (-41.46%)
Mutual labels:  ipynb
notebooks
This repo contains notebooks that explaining some cool stuff we learn every now and then...
Stars: ✭ 19 (-53.66%)
Mutual labels:  ipynb
PyEarthScience
The PyEarthScience repository created by DKRZ (German Climate Computing Center) provides Python scripts and Jupyter notebooks in particular for scientific data processing and visualization used in climate science. It contains scripts for visualization, I/O, and analysis using PyNGL, PyNIO, xarray, cfgrib, xesmf, cartopy, and others.
Stars: ✭ 56 (+36.59%)
Mutual labels:  notebooks
notebooks
my-deeplearning-practice-notebooks
Stars: ✭ 29 (-29.27%)
Mutual labels:  ipynb
COVIDvu
Volunteers building and sharing current, accurate, near real-time COVID-19 tracking and prediction tools.
Stars: ✭ 15 (-63.41%)
Mutual labels:  notebooks
workshop-spark
Código para workshops Spark com ambiente de desenvolvimento em docker
Stars: ✭ 27 (-34.15%)
Mutual labels:  notebooks
k3ai
A lightweight tool to get an AI Infrastructure Stack up in minutes not days. K3ai will take care of setup K8s for You, deploy the AI tool of your choice and even run your code on it.
Stars: ✭ 105 (+156.1%)
Mutual labels:  notebooks
Stanford Cme 106 Probability And Statistics
VIP cheatsheets for Stanford's CME 106 Probability and Statistics for Engineers
Stars: ✭ 242 (+490.24%)
Mutual labels:  probability
ipynb notedown.vim
vim plugin for editing jupyter notebook (ipynb) files through notedown
Stars: ✭ 27 (-34.15%)
Mutual labels:  ipynb
iterative-grabcut
This algorithm uses a rectangle made by the user to identify the foreground item. Then, the user can edit to add or remove objects to the foreground. Then, it removes the background and makes it transparent.
Stars: ✭ 35 (-14.63%)
Mutual labels:  notebooks
naas
⚙️ Schedule notebooks, run them like APIs, expose securely your assets: Jupyter as a viable ⚡️ Production environment
Stars: ✭ 219 (+434.15%)
Mutual labels:  notebooks
lm-scorer
📃Language Model based sentences scoring library
Stars: ✭ 264 (+543.9%)
Mutual labels:  probability

Fat Tails

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

PyPI - License

Table of Contents

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].