Function Reference: logistic_inv

statistics: x = logistic_inv (p)
statistics: x = logistic_inv (p, mu)
statistics: x = logistic_inv (p, mu, scale)

Inverse of the logistic cumulative distribution function (iCDF).

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

Default values are mu = 0, scale = 1. Both parameters must be reals and beta > 0. For beta <= 0, NaN is returned.

See also: logistic_cdf, logistic_pdf, logistic_rnd

Source Code: logistic_inv