Uniform Inverse CDF
x = distfun_unifinv ( p ) x = distfun_unifinv ( p , a , b ) x = distfun_unifinv ( p , a , b , lowertail )
a 1x1 or nxm matrix of doubles, the probability
a 1x1 or nxm matrix of doubles, the lower bound (default a=0)
a 1x1 or nxm matrix of doubles, the upper bound (default b=1)
a 1x1 matrix of booleans, the tail (default lowertail=%t). If lowertail is true (the default), then considers P(X<x) otherwise P(X>x).
a nxm matrix of doubles, the outcome
Computes the inverse Uniform cumulated probability distribution function of the Uniform function.
Any scalar input argument is expanded to a matrix of doubles of the same size as the other input arguments.