Density, distribution function, quantile function and random generation for the log-logistic distribution with shape and scale parameters equal to shape and scale, respectively.
logical; if TRUE, probabilities p are given as log(p).
lower.tail
logical; if TRUE (default), probabilities are P[X <= x],otherwise, P[X > x].
Value
dllog gives the density, pllog gives the distribution function, qllog gives the quantile function, and rllog generates random deviates.
Details
If Y is a random variable distributed according to a logistic distribution (with location and scale parameters), then X = exp(Y) has a
log-logistic distribution with shape and scale parameters corresponding to the scale and location parameteres of Y, respectively.