Uniform Distribution CDF Calculator
Calculate the CDF for a Uniform Distribution over the interval \([a,b]\): $$ F(x)= \begin{cases} 0, & x < a,\\[1ex] \frac{x-a}{b-a}, & a \le x \le b,\\[1ex] 1, & x > b. \end{cases} $$
* Enter the lower bound \(a\), upper bound \(b\) (with \(b > a\)), and the value \(x\).
Step 1: Enter Parameters
e.g., 0
e.g., 1 (must be greater than \(a\))
e.g., 0.5