Function Reference: expinv

statistics: x = expinv (p, mu)

Inverse of the exponential cumulative distribution function (iCDF).

For each element of p, compute the quantile (the inverse of the CDF) at p of the exponential distribution with mean mu. The size of x is the common size of p and mu. A scalar input functions as a constant matrix of the same size as the other inputs.

See also: expcdf, exppdf, exprnd, expfit, explike, expstat

Source Code: expinv