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
for reasonable values of \(\Delta\) so that the interval remains inside \(R\text{.}\)
For \(R\) = [a,b], with a < b, the continuous uniform probability function is given by
Theorem 6.3.1. Continuous Uniform Probability Function.
Proof.
From before, for X a continuous uniform variable, we get
which is true regardless of \Delta so long as you stay in the domain of interest. Letting \(\Delta \rightarrow 0\) gives
but since F is an antiderivative of the probability function,
for all u and v in R. This only happens if f is constant...say, f(x)=c. If the space of X is a single interval with \(R = [a,b]\) then
which yields \(c = \frac{1}{b-a}\) as desired.
On \(R = [1,2 \pi]\text{,}\) Then, if you want to compute something like \(P(2 < X < 4.5)\) integrate
Example 6.3.2. Basic Continuous Uniform.
Checkpoint 6.3.3. WebWork - Continuous Uniform.
Suppose \(R = [0,2] \cup [5,7]\text{.}\) Then, as in the theorem proof Thus, \(f(x) = \frac{1}{4}\text{.}\) For computing probabilities, you will want to break up any resulting integrals in a similar manner.
Example 6.3.4. Continuous Uniform over two disjoint intervals.
For the Continuous Uniform Distribution over \(R = [a,b]\text{,}\) with a < b,
Theorem 6.3.5. Properties of the Continuous Uniform Probability Function.
Proof.
We can verify most of these here but you can also determine these using Sage below.
For the mean 1,
For the variance 2,
For the skewness 3,
The kurtosis 4 is more algebra like above. We will just let Sage do that part for us below.
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\text{.}\) Further, the probability that the person arrived within the first 6 minutes would be \(\int_0^6 \frac{1}{30} dx = 0.2\text{.}\)
Example 6.3.6. Occurence of exactly one event randomly in a given interval.
for \(x \in [a,b]. \)
Theorem 6.3.7. Distribution Function for Continuous Uniform.
Proof.
For x in this range,