Skip to content
Surf Wiki
Save to docs
general/continuous-distributions

From Surf Wiki (app.surf) — the open knowledge base

Log-logistic distribution

Continuous probability distribution for a non-negative random variable


Continuous probability distribution for a non-negative random variable

\beta 0 shape { \left (1+(x/\alpha)^{\beta} \right)^2 } if \beta1, else undefined if \beta 1, 0 otherwise where B_y(A_1,A_2)=\int _{0}^{y}p^{A_1-1}(1-p)^{A_2-1}dp is the incomplete beta function. In probability and statistics, the log-logistic distribution (known as the Fisk distribution in economics) is a continuous probability distribution for a non-negative random variable. It is used in survival analysis as a parametric model for events whose rate increases initially and decreases later, as, for example, mortality rate from cancer following diagnosis or treatment. It has also been used in hydrology to model stream flow and precipitation, in economics as a simple model of the distribution of wealth or income, and in networking to model the transmission times of data considering both the network and the software.

The log-logistic distribution is the probability distribution of a random variable whose logarithm has a logistic distribution. It is similar in shape to the log-normal distribution but has heavier tails. Unlike the log-normal, its cumulative distribution function can be written in closed form.

Characterization

There are several different parameterizations of the distribution in use. The one shown here gives reasonably interpretable parameters and a simple form for the cumulative distribution function. The parameter \alpha0 is a scale parameter and is also the median of the distribution. The parameter \beta0 is a shape parameter. The distribution is unimodal when \beta1 and its dispersion decreases as \beta increases.

The cumulative distribution function is :\begin{align} F(x; \alpha, \beta) & = { 1 \over 1+(x/\alpha)^{-\beta} } \[5pt] & = {(x/\alpha)^\beta \over 1+(x/\alpha)^ \beta } \[5pt] & = {x^\beta \over \alpha^\beta+x^\beta} \end{align} where x0, \alpha0, \beta0.

The probability density function is :f(x; \alpha, \beta) = \frac{ (\beta/\alpha)(x/\alpha)^{\beta-1} } { \left( 1+(x/\alpha)^{\beta} \right)^2 }

Alternative parameterization

An alternative parametrization is given by the pair \mu, s in analogy with the logistic distribution:

: \mu = \ln (\alpha) : s = 1 / \beta

Properties

Moments

The kth raw moment exists only when k when it is given by :\begin{align} \operatorname{E}(X^k) & = \alpha^k\operatorname{B}(1-k/\beta, 1+k/\beta) \[5pt] & = \alpha^k, {k\pi/\beta \over \sin(k\pi/\beta)} \end{align} where B is the beta function. Expressions for the mean, variance, skewness and kurtosis can be derived from this. Writing b=\pi/\beta for convenience, the mean is : \operatorname{E}(X) = \alpha b / \sin b , \quad \beta1, and the variance is : \operatorname{Var}(X) = \alpha^2 \left( 2b / \sin 2b -b^2 / \sin^2 b \right), \quad \beta2. Explicit expressions for the skewness and kurtosis are lengthy. As \beta tends to infinity the mean tends to \alpha, the variance and skewness tend to zero and the excess kurtosis tends to 6/5 (see also related distributions below).

Quantiles

The quantile function (inverse cumulative distribution function) is : :F^{-1}(p;\alpha, \beta) = \alpha\left( \frac{p}{1-p} \right)^{1/\beta}. It follows that the median is \alpha, the lower quartile is 3^{-1/\beta} \alpha and the upper quartile is 3^{1/\beta} \alpha.

Applications

Survival analysis

The log-logistic distribution provides one parametric model for survival analysis. Unlike the more commonly used Weibull distribution, it can have a non-monotonic hazard function: when \beta1, the hazard function is unimodal (when \beta ≤ 1, the hazard decreases monotonically). The fact that the cumulative distribution function can be written in closed form is particularly useful for analysis of survival data with censoring. The log-logistic distribution can be used as the basis of an accelerated failure time model by allowing \alpha to differ between groups, or more generally by introducing covariates that affect \alpha but not \beta by modelling \log(\alpha) as a linear function of the covariates.

The survival function is :S(t) = 1 - F(t) = [1+(t/\alpha)^{\beta}]^{-1},,
and so the hazard function is : h(t) = \frac{f(t)}{S(t)} = \frac{(\beta/\alpha)(t/\alpha)^{\beta-1}} {1+(t/\alpha)^\beta}.

The log-logistic distribution with shape parameter \beta = 1 is the marginal distribution of the inter-times in a geometric-distributed counting process.

Hydrology

Fitted cumulative log-logistic distribution to maximum one-day October rainfalls

The log-logistic distribution has been used in hydrology for modelling stream flow rates and precipitation.

Extreme values like maximum one-day rainfall and river discharge per month or per year often follow a log-normal distribution. The log-normal distribution, however, needs a numeric approximation. As the log-logistic distribution, which can be solved analytically, is similar to the log-normal distribution, it can be used instead.

The blue picture illustrates an example of fitting the log-logistic distribution to ranked maximum one-day October rainfalls and it shows the 90% confidence belt based on the binomial distribution. The rainfall data are represented by the plotting position r/(n+1) as part of the cumulative frequency analysis.

Economics

The log-logistic has been used as a simple model of the distribution of wealth or income in economics, where it is known as the Fisk distribution. Its Gini coefficient is 1/\beta.

The Gini coefficient for a continuous probability distribution takes the form:

:G = {1\over{\mu}}\int_{0}^{\infty}F(1-F)dx

where F is the CDF of the distribution and \mu is the expected value. For the log-logistic distribution, the formula for the Gini coefficient becomes:

:G = {\sin(\pi/\beta) \over{\alpha\pi/\beta}} \int_{0}^{\infty}{dx\over{[1+(x/\alpha)^{-\beta}][1+(x/\alpha)^{\beta}]}}

Defining the substitution z = x/\alpha leads to the simpler equation:

:G = {\sin(\pi/\beta) \over{\pi/\beta}} \int_{0}^{\infty}{dz\over{(1+z^{-\beta})(1+z^{\beta})}}

And making the substitution u = 1/(1 + z^{\beta}) further simplifies the Gini coefficient formula to:

:G = {\sin(\pi/\beta)\over{\pi}} \int_{0}^{1}u^{-1/\beta}(1-u)^{1/\beta}du

The integral component is equivalent to the standard beta function \text{B}(1-1/\beta,1+1/\beta). The beta function may also be written as:

:\text{B}(x,y) = {\Gamma(x)\Gamma(y)\over{\Gamma(x+y)}}

where \Gamma(\cdot) is the gamma function. Using the properties of the gamma function, it can be shown that:

:\text{B}(1-1/\beta,1+1/\beta) = {1\over{\beta}}\Gamma(1-1/\beta)\Gamma(1/\beta)

From Euler's reflection formula, the expression can be simplified further:

:\text{B}(1-1/\beta,1+1/\beta) = {1\over{\beta}} {\pi\over{\sin(\pi/\beta)}}

Finally, we may conclude that the Gini coefficient for the log-logistic distribution G = 1/\beta.

Networking

The log-logistic has been used as a model for the period of time beginning when some data leaves a software user application in a computer and the response is received by the same application after travelling through and being processed by other computers, applications, and network segments, most or all of them without hard real-time guarantees (for example, when an application is displaying data coming from a remote sensor connected to the Internet). It has been shown to be a more accurate probabilistic model for that than the log-normal distribution or others, as long as abrupt changes of regime in the sequences of those times are properly detected.

References

References

  1. Leemis, Larry. "Log-Logistic distribution". College of William & Mary.
  2. (2014). "On the Moments, Cumulants, and Characteristic Function of the Log-Logistic Distribution". IPTEK, the Journal for Technology and Science.
  3. (2019). "Calculating CVaR and bPOE for common probability distributions with application to portfolio optimization and density estimation". Springer.
  4. Tadikamalla, Pandu R.. (1980). "A Look at the Burr and Related Distributions". International Statistical Review.
  5. (1994). "Frequency and Regression Analysis". Chapter 6 in: Drainage Principles and Applications, Publication 16, International Institute for Land Reclamation and Improvement (ILRI), Wageningen, The Netherlands.
  6. (2013). "Log-Logistic Modeling of Sensory Flow Delays in Networked Telerobots". IEEE Sensors 13(8).
Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Log-logistic distribution — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report