Skip to main content

Section 6.3 Continuous Uniform Distribution

Modeling the idea of "equally-likely" in a continuous world requires a slightly different perspective since there are obviously infinitely many outcomes to consider. Instead, you should consider requiring that intervals in the domain which are of equal width should have the same probability regardless of where they are in that domain. This behaviour suggests \(P(u \lt X \lt v) = P(u + w \lt X \lt v + w)\text{.}\) In integral notation you obtain the following:

\begin{gather*} \int_u^v f(x) dx = \int_{u+w}^{v+w} f(x) dx\\ F(v)-F(u) = F(v+w)-F(u+w)\\ F(u+w)-F(u) = F(v+w)-F(v) \end{gather*}

which is true regardless of w so long as you stay in the domain of interest. This only happens if F is linear and therefore f must be constant. Say, f(x)=c. In many situations, the space of X will be a single interval with \(R = [a,b]\text{.}\) Unless otherwise noted, this will be our assumption as well.

Suppose you know that only one person showed up at the counter of a local business in a given 30 minute interval of time. Then, R=[0,30] given f(x) = 1/30.

Further, the probability that the person arrived within the first 6 minutes would be \(\int_0^6 \frac{1}{30} dx = 0.2\text{.}\)

For x in this range,

\begin{equation*} F(x) = \int_a^x \frac{1}{b-a} du = \frac{u}{b-a} \big |_a^x = \frac{x-a}{b-a}. \end{equation*}