Lectern

Search

Search IconIcon to open search

Discrete probability distribution

Last updated Oct 31, 2022

A random variable can be discrete if it has:

A discrete probability distribution, therefore, is the probabity distribution of a discrete random variable (one that has a finite number of values). Two common distributions include the:

# Binomial distribution

A binomial distribution is only valid if four conditions are met (2pin):

In an experiment of $n$ independent trials,

The notation to describe a binomial distribution is: $$ X \sim B (n, p) $$ Provided a binomial distribution, the probability when $X = a$ is denoted by the following formula: $$ P(X = a) = {^n}C_a \space p^a \space q^{n-a} $$ (where $q = 1 - p$)

The expected value or mean of the distribution is denoted by the following: $$ E(X) = np $$ The variance can be calculated by the following: $$ Var(X) = npq $$

# Poisson distribution

A Poisson distribution is only valid if four conditions are met:

A distribution that describes the number of times an event will occur randomly in:

The notation to describe a Poisson distribution is: $$ X \sim P_O (\lambda) $$ (where $\lambda$ is any number more than zero, often the average for the given time)

Provided a Poisson distribution, the probability when $X = a$ is denoted by the following formula: $$ P(X = a) = e^{-\lambda} \space \frac {\lambda^a} {a!} $$ The expected value or mean of the distribution is $\lambda$. The variance of the distribution is $\lambda$.

# Poisson approximation from binomial distribution

When a binomial distribution has a high number of independent trails ($n$) and a low probability ($p$), we can approximate the binomial distribution into a Poisson distribution.

Expressed mathematically, when $n \to \infty, \space p \to 0$, $$ X \sim B(n, p) \approx X \sim P_O(np) $$