jgoerner / distribution-cheatsheet

πŸ“ˆπŸ“„πŸ‘€A lookup repo for a variety of discrete and continuous distributions (incl. Beta, Binomial, Cauchy, Chi-squared, Geometric, Hypergeometric, Normal & Poisson)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distribution-cheatsheet

A lookup repo for a variety of distributions (implemented in Python).


Distribution Characteristics

The characteristics of each distribution are seperated into the following paragraphs:

  1. Definition & Formula
  2. Parameter
  3. Implementation in Python
  4. Inference of Parameter

Overview

The following distributions are (or will be) implemented in this repository:

About

πŸ“ˆπŸ“„πŸ‘€A lookup repo for a variety of discrete and continuous distributions (incl. Beta, Binomial, Cauchy, Chi-squared, Geometric, Hypergeometric, Normal & Poisson)

License:MIT License


Languages

Language:Jupyter Notebook 98.4%Language:Python 1.6%