Recall the example of rolling a six-sided die. This is an example of a discrete uniform random variable, so named because the probability of observing each distinct outcome is the same, or uniform, for all outcomes. Let Y be the discrete uniform random variable that equals the face-value after a roll of an eight-sided die. (The die has eight faces, each with number 1 through 8.) Calculate E(Y ), Var(Y ), and StdDev(Y )
We have that sample space is
The die is fair thus each of the eight faces has an equally likely probability of occurring, i.e., 1/8.
The expected value is calculated by the formula:
Variation is calculated by the formula:
Standard deviation is calculated by the formula:
Answer:
E(Y) = 4.5
var(Y) = 5.25
steddev(Y) = 2.29
Comments