Modeling With Continuous Uniform Distributions

Use the continuous uniform distribution to model real-world quantities and compute probabilities, means, and standard deviations in context.

Step 1 of 119%

Tutorial

Setting Up a Continuous Uniform Model

A continuous uniform distribution models a quantity that is equally likely to take any value in an interval [a,b].[a,b]. We write XU(a,b)X \sim U(a,b) to indicate that XX has this distribution.

The probability density function is

f(x)=1ba,axb,f(x) = \dfrac{1}{b-a}, \quad a \le x \le b,

and f(x)=0f(x)=0 outside [a,b].[a,b].

The probability that XX falls in a sub-interval [c,d][a,b][c,d] \subseteq [a,b] is the length of that sub-interval divided by the length of the support:

P(cXd)=dcba.P(c \le X \le d) = \dfrac{d-c}{b-a}.

For instance, suppose a customer arrives at a store at a uniformly random time between 9:00 AM and 9:30 AM. Letting XX be the number of minutes past 9:00 AM, we have XU(0,30),X \sim U(0, 30), and

P(0X10)=100300=13.P(0 \le X \le 10) = \dfrac{10-0}{30-0} = \dfrac{1}{3}.
navigate · Enter open · Esc close · ⌘K/Ctrl K toggle