Probability Distribution
In probability and statistics distribution is a characteristic of a random variable,
describes the probability of the random variable in each value.
Each distribution has a certain probability density
function and probability distribution function.
Though there are indefinite number of probability distributions,
there are several common distributions in use.
Cumulative distribution function
The probability distribution is described by the cumulative
distribution function F(x),
which is the probability of random variable X to get value
smaller than or equal to x:
F(x) = P(X ≤ x)
Continuous distribution
The cumulative distribution function F(x) is calculated by
integration of the probability density function f(u) of continuous
random variable X.

Discrete distribution
The cumulative distribution function F(x) is calculated by
summation of the probability mass function P(u) of discrete random
variable X.

Continuous distributions table
Continuous distribution is the distribution of a continuous
random variable.
Continuous distribution example
...
Continuous distributions table
Discrete distributions table
Discrete distribution is the distribution of a discrete random
variable.
Discrete distribution example
...
Discrete distributions table
| Distribution name |
Distribution symbol |
Probability mass function (pmf) |
Mean |
Variance |
| |
|
fx(k)
= P(X=k)
k = 0,1,2,... |
E(x) |
Var(x) |
|
Binomial |
X ~ Bin(n,p) |
 |
np |
np(1-p) |
|
Poisson |
X ~ Poisson(λ) |
 |
λ ≥ 0 |
λ |
λ |
|
Uniform |
X ~ U(a,b) |
 |
 |
 |
|
Geometric |
X ~ Geom(p) |
 |
 |
 |
|
Hyper-geometric |
X ~ HG(N,K,n) |
 |
N = 0,1,2,...
K = 0,1,..,N
n = 0,1,...,N |
 |
 |
|
Bernoulli |
X ~ Bern(p) |
 |
p |
p(1-p) |
See also