Main Content

Loglogistic Distribution

R2026b

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
μMean of logarithmic valuesμ≥0
σScale parameter of logarithmic valuesσ>0

Probability Density Function

The probability density function (pdf) is

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

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