Main Content

Loglogistic Distribution

Overview

The loglogistic distribution is a probability distribution whose logarithm has a logistic distribution. This distribution is often used in survival analysis to model events that experience an initial rate increase, followed by a rate decrease. It is also known as the Fisk distribution in economics applications.

Parameters

The loglogistic distribution uses the following parameters.

ParameterDescriptionSupport
muMean of logarithmic valuesμ0
sigmaScale parameter of logarithmic valuesσ>0

Probability Density Function

The probability density function (pdf) is

f(x|μ,σ)=1σ1xez(1+ez)2;x0,

where z=log(x)μσ.

Relationship to Other Distributions

The loglogistic distribution is closely related to the logistic distribution. If x is distributed loglogistically with parameters μ and σ, then log(x) is distributed logistically with parameters μ and σ. The relationship is similar to that between the lognormal and normal distribution.

See Also

Topics