Uniform Command

Uniform( <Lower Bound>, <Upper Bound>, x )

Returns the cumulative density function of uniform distribution on interval [lower bound, upper bound].

Uniform( <Lower Bound>, <Upper Bound>, x, <Boolean Cumulative> )

For Cumulative=false returns the probability density function of uniform distribution on interval [lower bound, upper bound]. For Cumulative=true returns the cumulative distribution function of the same distribution.

Uniform( <Lower Bound>, <Upper Bound>, <Variable Value> )

Returns the value of cumulative distribution function at the given variable value v (i.e. P(X < v)) for uniform distribution on interval [lower bound, upper bound]