Uniform Distribution CDF Calculator
For a uniform distribution over the interval \([a,b]\), the CDF is given by: $$ F(x;a,b)= \begin{cases} 0, & x < a, \\\\ \frac{x-a}{b-a}, & a \le x \le b, \\\\ 1, & x > b. \end{cases} $$
* Enter the minimum value \(a\), maximum value \(b\) (with \(a < b\)), and a value \(x\) for evaluation.
Step 1: Enter Parameters
e.g., 0
e.g., 10 (must be greater than \(a\))
Enter a value to evaluate the CDF