InverseLogistic Command

InverseLogistic( <Mean>, <Scale>, <Probability> )

Computes the inverse of the cumulative distribution function of a Logistic distribution at probability p, where the Logistic distribution is defined by the given parameters mean and scale. In other words, it finds t such that P(X ≤ t) = p, where X is a Logistic random variable. Probability p must be a value in the closed interval [0,1].

InverseLogistic(100, 2, 1) yields \( \infty \).