: unifinv (x)
: unifinv (x, a, b)

For each element of x, compute the quantile (the inverse of the CDF) at x of the uniform distribution on the interval [a, b].

Default values are a = 0, b = 1.

Package: statistics