2.4.1 Discrete Uniform Flashcards
(7 cards)
What is a discrete uniform distribution?
A probability distribution where a finite number of outcomes are equally likely to occur.
What are the parameters of a discrete uniform distribution?
Two values:
- ( a ) (the lowest possible value)
- ( b ) (the highest possible value)
How do we write that a random variable ( X ) follows a discrete uniform distribution?
( X sim ext{Uniform}(a, b) ), meaning ( X ) takes equally likely values from ( a ) to ( b ).
What is the probability of each outcome in a discrete uniform distribution?
Since all outcomes are equally likely, the probability of any specific value ( x ) is:
[ P(X = x) = \frac{1}{b - a + 1} ]
What does the PMF for the discrete uniform tell us about the relationship between the probability and specific values of ( X )?
The probability does not depend on what ( X ) is, as long as it is in the range ( [a, b] ).
What is the mean (expected value) of a discrete uniform distribution?
The average of the first and last values:
[ E[X] = \frac{a + b}{2} ]
What is the variance of a discrete uniform distribution?