2.10.1 Continuous Uniform Flashcards
(6 cards)
What is a continuous uniform distribution?
A probability distribution where every interval of the same length within the domain is equally likely to occur.
f(x) =1/(b-a), from a to b inclusive
What does the PDF of the continuous uniform tell us about the likelihood of different values?
Since the PDF is a constant, every value in the range has the same likelihood, meaning it is equally likely to occur.
What is the cumulative distribution function (CDF) of a continuous uniform random variable?
What is the mean (expected value) of a continuous uniform distribution?
The midpoint of the interval:
[ E[X] = \frac{a + b}{2} ]
What is the variance of a continuous uniform distribution?
The formula for variance is:
[ \text{Var}(X) = \frac{(b - a)^2}{12} ]
what are the special relationships for the cont. uniform with a<c<d<b?