expinvInverse exponential cumulative distribution function
expinv(p)p.p should be an array of non-negative real numbers.p is negative or greater than 1, the corresponding element in the output will be NaN.expinv(p,mu)mu and p should be arrays of non-negative real numbers. They should have compatible sizes. mu and p contain, respectively, the mean values and the probabilities at which the inverse CDFs are evaluated.p is negative or greater than 1, the corresponding element in the output will be NaN.mu is non-positive, the corresponding element in the output will be NaN.