Logistic Distribution

Distributions associated with the Logistic Equation:

Logistic Equation

dlogis(x, l, s) Returns the probability density for value x.

plogis(x, l, s) Returns the cumulative probability distribution for value x.

qlogis(p, l, s) Returns the inverse cumulative probability distribution for probability p.

rlogis(m, l, s) Returns a vector of m random numbers having the logistic distribution.

Arguments:

Notes: