Skip to main content

StatsRectangularPDF

StatsRectangularPDF (x, a, b)

The StatsRectangularPDF function returns the rectangular (uniform) probability distribution function.

f(x;a,b)={1baaxb0 otherwise f(x ; a, b)=\left\{\begin{array}{ll} \displaystyle \frac{1}{b-a} & a \leq x \leq b \\ \\ 0 & \text { otherwise } \end{array}\right.

where a < b.

See Also

Statistical Analysis, StatsRectangularCDF, StatsInvRectangularCDF