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

https://github.com/smpotts/probability-distributions

Analyzing real world probability distributions using the statistical modeling packages in R.
https://github.com/smpotts/probability-distributions

probability-distribution r-programming

Last synced: 10 days ago
JSON representation

Analyzing real world probability distributions using the statistical modeling packages in R.

Awesome Lists containing this project

README

          

# Probability Distributions
A series of simple analyses on real-world examples of different probability distributions. This mainly covers:
- normal distributions
- geometric distributions
- poisson distributions
- binomial distributions
- t-distributions

Each example looks at the density function (prefix `d`), distribution function (prefix `p`), quantile function (prefix `q`) and random generation (prefix `r`) for the distribution.