Section 6.2 Discrete Uniform Distribution
In this section, you will investigate distributions that begin with individual outcomes that are equally likely and expand into more general settings.
Assume outcomes in \(R\) = {1, 2, 3, ..., n} are equally likely. Then, the probability function for the discrete uniform variable \(X\) is for \(x \in R\text{.}\)
Theorem 6.2.1. Discrete Uniform Distribution.
Proof.
Assume that you have a variable with space \(R\) = {1, 2, 3, ..., n} so that the likelihood of each value is equally likely. Then, the probability function satisfies \(f(x) = c\) for any \(x \in R\text{.}\) As before, since \(\sum_{x \in R} f(x) = 1\text{,}\) then
\(f(x) = \frac{1}{n}\) over \(R\) = {1, 2, 3, ..., n} satisfies the properties of a discrete probability function and
Theorem 6.2.2. Properties of the Discrete Uniform Probability Function.
Proof.
Trivially, by construction you get by summing over \(R = \{1, 2, ... , n \}\)
Also, 1/n is positive for all x values.
To determine the mean 1,
To determine the variance 2,
For skewness 3,
which should be obvious since the histogram for this distribution is constantly flat.
For kurtosis 4, use the fourth moment and simplify. This this is tedious, the algebra is performed using Sage in the active cell below this proof. However, you might want to supply the remainder of this proof using the fact that
Sage can also do the algebra for you to determine each of these measures. Notice, as n increases the Kurtosis approaches \(\frac{6}{5}\) which indicates that there is (obviously) no tend toward central tendency over time.
When you consider rolling a regular, fair, single 6-sided die, each side is equally likely. The sample space consists of the 6 sides, each with a unique number of physical dots. Let the random variable \(X\) correspond each side with the number corresponding to the number of dots. Then, \(R\) = {1, 2, 3, 4, 5, 6}. Since each side is equally likely then \(f(x) = 1/6\text{.}\) Further, the probability of getting an outcome in A = {2,3} would be \(f(2)+f(3) = 1/6 + 1/6 = 2/6\text{.}\)
Example 6.2.3. Rolling one die.