An open API service indexing awesome lists of open source software.

https://github.com/weijie-chen/probability_theory

A quick introduction to all most important concepts of Probability Theory, only freshman level of mathematics needed as prerequisite.
https://github.com/weijie-chen/probability_theory

econometrics mathematics probabilistic-models probability probability-distribution probability-theory statistics

Last synced: 3 days ago
JSON representation

A quick introduction to all most important concepts of Probability Theory, only freshman level of mathematics needed as prerequisite.

Awesome Lists containing this project

README

        

[Last updated in Jan 2021]
# Probability Theory
A Quick Introduction to Probability Theory. This tutorial aims to refresh all most important concepts in probability theory with simple examples. Probability theory is the key foundation of statistics, econometrics and data science. Make you understand all the details in the example, use these examples as your references when encounter new problems.

## Prerequiste
Since this is not an academic course, there is no sophisticated derivation, only practical examples, you need don't any prerequiste except freshman level mathematics.

## Content (updating)
[Lecture 1 - Joint and Conditional Probability](https://nbviewer.jupyter.org/github/WeijieChen-MacroAnalyst/Probability_Theory/blob/master/Chapter%201%20-%20Joint%20and%20Conditional%20Probability.ipynb)

[Lecture 2 - Bayes' Theorem](https://github.com/WeijieChen-MacroAnalyst/Probability_Theory/blob/master/Chapter%202%20-%20Bayes'%20Theorem.ipynb)

[Lecture 3 - PMF, PDF and CDF](https://nbviewer.jupyter.org/github/MacroAnalyst/Probability_Theory/blob/master/Chapter%203%20-%20PMF%2C%20PDF%20and%20CDF.ipynb)

[Lecture 4 - Important Distributions](https://nbviewer.jupyter.org/github/MacroAnalyst/Probability_Theory/blob/master/Chapter%204%20-%20Most%20Important%20Discrete%20and%20Continuous%20Distributions.ipynb)

[Lecture 5 - Joint Distributions](https://nbviewer.jupyter.org/github/MacroAnalyst/Probability_Theory/blob/master/Chapter%205%20-%20Joint%20Distributions.ipynb)