Chapter 5: Discrete Probability Distributions

Probability Distributions

Terms

Variable: Characteristic that can assume different values

Random Variable: Variable whose value is determined randomly

Discrete Probability Distribution

Discrete probability distribution:

Discrete Probability Distribution Requirements

The sum of all probabilities within a sample space must be 1.

\[\Sigma P(X)=1\]

The probability of each event cannot be lower than 0 or greater than 1.

\[0 \le P(X) \le 1\]

Mean, Variance, Standard Deviation, Expectation

Mean

Mean:

To calculate the mean for discrete quantitative data, sum the products of each value with its frequency.

\[\mu = \Sigma X \cdot P(X)\]

Variance, Standard Deviation

Variance:

To calculate the variance for discrete quantitative data, sum the products of the square of the difference between each value and the mean with the value’s frequency.

\[\sigma ^2 = \Sigma \big( ( X - \mu ) ^2 \cdot P(X) \big)\]

Variance shortcut formula:

There is a shortcut formula for calculating the variance:

\[\sigma ^2 = \Sigma \big( X ^2 \cdot P(X) \big) - \mu ^2\]

Standard deviation:

The standard deviation is the square root of the variance; $\sqrt{\sigma^2}$, or:

\[\sqrt{\Sigma \big( X ^2 \cdot P(X) \big) - \mu ^2}\]

Expectation

Expectation: The expected return from a trial

Binomial Distribution

Binomial Distribution

Binomial Distribution:

Formula

Formula for calculating a binomial distribution:

where

the probability that in $n$ trials specifically $X$ trials will be successful is calculated as follows:

\[P(X) = \space _n C _x \cdot p ^X \cdot q ^{n-X}\]

Binomial Distribution Table

Binomial Distribution Table:

Mean, Variance, Standard Deviation for Binomial Distribution

Binomial Distributions have specific shortcut formulas for calculating their statistical measures:

\[\mu = n \cdot p\] \[\sigma ^2 = n \cdot p \cdot q\] \[\sigma = \sqrt {n \cdot p \cdot q}\]