Discrete Distribution Calculator


$x$ $f(x)$
$P(x$ )  
$\text{Draw Graph}$  
$\text{Check Validity}$  
$\text{Expected Value}$  
$\text{Variance}$  
$\text{Standard Deviation}$  
$\text{Value}$ $\text{Frequency}$
$\text{Probability Distribution}$  
$\text{Check Validity}$  
$P(x$ )  
$\text{Draw Graph}$  
$\text{Expected Value}$  
$\text{Variance}$  
$\text{Standard Deviation}$  
$\text{Number of Values: } n $ $ = $
$P(x$ )
$E(x)$  
$\text{Var}(x)$  
$f(x)=$ $x$
$P(x$ )
$E(x)$  
$\text{Var}(x)$  
$\text{Trials: }n$ $=$     $\text{Prob: }p$ $=$
$P(x$ )  
$\text{Expected Value}$  
$\text{Variance}$  
$\text{Standard Deviation}$  
$\text{Mean: } \mu $ $ = $
$P(x$ )
$ n $ $ = $     $ N $ $ = $     $ r $ $ = $
$P(x$ )
Example 1Example 2
Example 1Example 2
Example 1Example 2
Example 1Example 2
Example 1Example 2
Example 1Example 2
Example 1Example 2
Example 1Example

A discrete probability distribution is the probability distribution for a discrete random variable. A discrete random variable takes whole number values such 0, 1, 2 and so on while a continuous random variable can take any value inside of an interval. Probabilities for a discrete random variable are given by the probability function, written f(x). There are two requirements for the probability function. The first is that the value of each f(x) is at least zero. The second requirement is that the values of f(x) sum to one.

Requirements for Probability Function
$ f(x) \geq {\color{Black}0} $
$ \sum f(x) = 1 $

A discrete probability distribution can be represented in a couple of different ways. One common method is to present it in a table, where the first column is the different values of x and the second column is the probabilities, or f(x). Another method is to create a graph with the values of x on the horizontal axis and the values of f(x) on the vertical axis. A third way is to provide a formula for the probability function. The simplest example of this method is the discrete uniform probability distribution.

Discrete Uniform Probability Function
$ f(x) = \dfrac{1}{n} $
$ n $ = number of values of $x$

Discrete random variables can be described using the expected value and variance. The expected value, or mean, measures the central location of the random variable. The variance measures the variability in the values of the random variable. When the discrete probability distribution is presented as a table, it is straight-forward to calculate the expected value and variance by expanding the table. The expected value can be calculated by adding a column for xf(x). The variance can be computed by adding three rows: x-μ, (x-μ)2 and (x-μ)2f(x).

Expected Value Variance
$ E(x) = \sum x f(x) $ $ \text{Var}(x) = \sum (x - \mu)^2 f(x) $

The standard deviation can be found by taking the square root of the variance. Like the variance, the standard deviation is a measure of variability for a discrete random variable. However, unlike the variance, it is in the same units as the random variable. The reason the variance is not in the same units as the random variable is because its formula involves squaring the difference between x and the mean. So, the units of the variance are in the units of the random variable squared. Taking the square root brings the value back to the same units as the random variable.

The binomial probability distribution is associated with a binomial experiment. A binomial experiment consists of a sequence of n trials with two outcomes possible in each trial. The two outcomes are labeled "success" and "failure" with probabilities of p and 1-p, respectively. The probabilities of success and failure do not change from trial to trial and the trials are independent. The probability of x successes in n trials is given by the binomial probability function. The expected value and variance are given by E(x) = np and Var(x) = np(1-p).

Binomial Probability Function
$ f(x) = {n \choose x} p^x (1-p)^{(n-x)} $
$ {n \choose x} = \dfrac{n!}{x!(n-x)!} $

The Poisson probability distribution is useful when the random variable measures the number of occurrences over an interval of time or space. It is associated with a Poisson experiment. A Poisson experiment is one in which the probability of an occurrence is the same for any two intervals of the same length and occurrences are independent of each other. Probabilities for a Poisson probability distribution can be calculated using the Poisson probability function.

Poisson Probability Function
$ f(x) = \dfrac{\mu^x e^{-\mu}}{x!} $

The hypergeometric probabiity distribution is very similar to the binomial probability distributionn. The differences are that in a hypergeometric distribution, the trials are not independent and the probability of success changes from trial to trial. Another difference between the two is that for the binomial probability function, we use the probability of success, p. For the hypergeometric probability distribution, we use the number of successes, r, in the population, N. The expected value and variance are given by E(x) = n$\left(\frac{r}{N}\right)$ and Var(x) = n$\left(\frac{r}{N}\right) \left(1 - \frac{r}{N}\right) \left(\frac{N-n}{N-1}\right)$.

Hypergeometric Probability Function
$ f(x) = \dfrac{{r \choose x}{N-r \choose n-\cancel{x}}}{{N \choose n}} $

Discrete probability distributions are probability distributions for discrete random variables. A closely related topic in statistics is continuous probability distributions. Continuous distributions are probability distributions for continuous random variables. Probabilities for continuous probability distributions can be found using the Continuous Distribution Calculator. The most common of the continuous probability distributions is normal probability distribution. Probabilities in general can be found using the Basic Probabality Calculator.