Logistic function


A logistic function or logistic curve is a common S-shaped curve with equation
where
For values of in the domain of real numbers from to, the S-curve shown on the right is obtained, with the graph of approaching as approaches and approaching zero as approaches.
The logistic function finds applications in a range of fields, including artificial neural networks, biology, biomathematics, chemistry, demography, economics, geoscience, mathematical psychology, probability, sociology, political science, linguistics, and statistics. A generalization of the logistic function is the hyperbolastic function of type I.

History

The logistic function was introduced in a series of three papers by Pierre François Verhulst between 1838 and 1847, who devised it as a model of population growth by adjusting the exponential growth model, under the guidance of Adolphe Quetelet. Verhulst first devised the function in the mid 1830s, publishing a brief note in 1838, then presented an expanded analysis and named the function in 1844 ; the third paper adjusted the correction term in his model of Belgian population growth.
The initial stage of growth is approximately exponential ; then, as saturation begins, the growth slows to linear, and at maturity, growth stops. Verhulst did not explain the choice of the term "logistic", but it is presumably in contrast to the logarithmic curve, and by analogy with arithmetic and geometric. His growth model is preceded by a discussion of arithmetic growth and geometric growth, and thus "logistic growth" is presumably named by analogy, logistic being from logistikós, a traditional division of Greek mathematics. The term is unrelated to the military and management term logistics, which is instead from fr "lodgings", though some believe the Greek term also influenced logistics; see for details.

Mathematical properties

The is the logistic function with parameters,,, which yields
In practice, due to the nature of the exponential function, it is often sufficient to compute the standard logistic function for over a small range of real numbers, such as a range contained in , as it quickly converges very close to its saturation values of 0 and 1.
The logistic function has the symmetry property that
Thus, is an odd function.
The logistic function is an offset and scaled hyperbolic tangent function:
or
This follows from

Derivative

The standard logistic function has an easily calculated derivative. The derivative is known as the logistic distribution:
The derivative of the logistic function is an even function, that is,

Integral

Conversely, its antiderivative can be computed by the substitution, since, so
In artificial neural networks, this is known as the softplus function and is a smooth approximation of the ramp function, just as the logistic function is a smooth approximation of the Heaviside step function.

Logistic differential equation

The standard logistic function is the solution of the simple first-order non-linear ordinary differential equation
with boundary condition. This equation is the continuous version of the logistic map. Note that the reciprocal logistic function is solution to a simple first-order linear ordinary differential equation.
The qualitative behavior is easily understood in terms of the phase line: the derivative is 0 when the function is 1; and the derivative is positive for between 0 and 1, and negative for above 1 or less than 0. This yields an unstable equilibrium at 0 and a stable equilibrium at 1, and thus for any function value greater than 0 and less than 1, it grows to 1.
The logistic equation is a special case of the Bernoulli differential equation and has the following solution:
Choosing the constant of integration gives the other well known form of the definition of the logistic curve:
More quantitatively, as can be seen from the analytical solution, the logistic curve shows early exponential growth for negative argument, which slows to linear growth of slope 1/4 for an argument near 0, then approaches 1 with an exponentially decaying gap.
The logistic function is the inverse of the natural logit function and so can be used to convert the logarithm of odds into a probability. In mathematical notation the logistic function is sometimes written as expit in the same form as logit. The conversion from the log-likelihood ratio of two alternatives also takes the form of a logistic curve.
The differential equation derived above is a special case of a general differential equation that only models the sigmoid function for. In many modeling applications, the more general form
can be desirable. Its solution is the shifted and scaled sigmoid.
The hyperbolic-tangent relationship leads to another form for the logistic function's derivative:
which ties the logistic function into the logistic distribution.

Rotational symmetry about (0, 1/2)

The sum of the logistic function and its reflection about the vertical axis,, is
The logistic function is thus rotationally symmetrical about the point.

Applications

Link created an extension of Wald's theory of sequential analysis to a distribution-free accumulation of random variables until either a positive or negative bound is first equaled or exceeded. Link derives the probability of first equaling or exceeding the positive boundary as, the Logistic function. This is the first proof that the Logistic function may have a stochastic process as its basis. Link provides a century of examples of "Logistic" experimental results and a newly derived relation between this probability and the time of absorption at the boundaries.

In ecology: modeling population growth

A typical application of the logistic equation is a common model of population growth, originally due to Pierre-François Verhulst in 1838, where the rate of reproduction is proportional to both the existing population and the amount of available resources, all else being equal. The Verhulst equation was published after Verhulst had read Thomas Malthus' An Essay on the Principle of Population. Verhulst derived his logistic equation to describe the self-limiting growth of a biological population. The equation was rediscovered in 1911 by A. G. McKendrick for the growth of bacteria in broth and experimentally tested using a technique for nonlinear parameter estimation. The equation is also sometimes called the Verhulst-Pearl equation following its rediscovery in 1920 by Raymond Pearl and Lowell Reed of the Johns Hopkins University. Another scientist, Alfred J. Lotka derived the equation again in 1925, calling it the law of population growth.
Letting represent population size and represent time, this model is formalized by the differential equation:
where the constant defines the growth rate and is the carrying capacity.
In the equation, the early, unimpeded growth rate is modeled by the first term. The value of the rate represents the proportional increase of the population in one unit of time. Later, as the population grows, the modulus of the second term becomes almost as large as the first, as some members of the population interfere with each other by competing for some critical resource, such as food or living space. This antagonistic effect is called the bottleneck, and is modeled by the value of the parameter. The competition diminishes the combined growth rate, until the value of ceases to grow.
The solution to the equation is
where
Which is to say that is the limiting value of : the highest value that the population can reach given infinite time. It is important to stress that the carrying capacity is asymptotically reached independently of the initial value, and also in the case that.
In ecology, species are sometimes referred to as -strategist or -strategist depending upon the selective processes that have shaped their life history strategies.
Choosing the variable dimensions so that measures the population in units of carrying capacity, and measures time in units of, gives the dimensionless
differential equation

Time-varying carrying capacity

Since the environmental conditions influence the carrying capacity, as a consequence it can be time-varying, with, leading to the following mathematical model:
A particularly important case is that of carrying capacity that varies periodically with period :
It can be shown that in such a case, independently from the initial value, will tend to a unique periodic solution, whose period is.
A typical value of is one year: In such case may reflect periodical variations of weather conditions.
Another interesting generalization is to consider that the carrying capacity is a function of the population at an earlier time, capturing a delay in the way population modifies its environment. This leads to a logistic delay equation, which has a very rich behavior, with bistability in some parameter range, as well as a monotonic decay to zero, smooth exponential growth, punctuated unlimited growth, punctuated growth or alternation to a stationary level, oscillatory approach to a stationary level, sustainable oscillations, finite-time singularities as well as finite-time death.

In statistics and machine learning

Logistic functions are used in several roles in statistics. For example, they are the cumulative distribution function of the logistic family of distributions, and they are, a bit simplified, used to model the chance a chess player has to beat his opponent in the Elo rating system. More specific examples now follow.

Logistic regression

Logistic functions are used in logistic regression to model how the probability of an event may be affected by one or more explanatory variables: an example would be to have the model
where is the explanatory variable, and are model parameters to be fitted, and is the standard logistic function.
Logistic regression and other log-linear models are also commonly used in machine learning. A generalisation of the logistic function to multiple inputs is the softmax activation function, used in multinomial logistic regression.
Another application of the logistic function is in the Rasch model, used in item response theory. In particular, the Rasch model forms a basis for maximum likelihood estimation of the locations of objects or persons on a continuum, based on collections of categorical data, for example the abilities of persons on a continuum based on responses that have been categorized as correct and incorrect.

Neural networks

Logistic functions are often used in neural networks to introduce nonlinearity in the model or to clamp signals to within a specified interval. A popular neural net element computes a linear combination of its input signals, and applies a bounded logistic function to the result; this model can be seen as a "smoothed" variant of the classical threshold neuron.
A common choice for the activation or "squashing" functions, used to clip for large magnitudes to keep the response of the neural network bounded is
which is a logistic function.
These relationships result in simplified implementations of artificial neural networks with artificial neurons. Practitioners caution that sigmoidal functions which are antisymmetric about the origin lead to faster convergence when training networks with backpropagation.
The logistic function is itself the derivative of another proposed activation function, the softplus.

In medicine: modeling of growth of tumors

Another application of logistic curve is in medicine, where the logistic differential equation is used to model the growth of tumors. This application can be considered an extension of the above-mentioned use in the framework of ecology. Denoting with the size of the tumor at time, its dynamics are governed by
which is of the type
where is the proliferation rate of the tumor.
If a chemotherapy is started with a log-kill effect, the equation may be revised to be
where is the therapy-induced death rate. In the idealized case of very long therapy, can be modeled as a periodic function or as a constant function, and one has that
i.e. if the average therapy-induced death rate is greater than the baseline proliferation rate, then there is the eradication of the disease. Of course, this is an oversimplified model of both the growth and the therapy.

In medicine: modeling of a pandemic

A novel infectious pathogen to which a population has no immunity will generally spread exponentially in the early stages, while the supply of susceptible individuals is plentiful. The SARS-CoV-2 virus that causes COVID-19 exhibited exponential growth early in the course of infection in several countries in spring 2020. Many factors, ranging from lack of susceptibles, exponential-looking epidemic curves may first linearize and then reach a maximal limit.
A logistic function, or related functions are usually used in a descriptive or phenomenological manner because they fit well not only to the early exponential rise, but to the eventual levelling off of the pandemic as the population develops a herd immunity. This is in contrast to actual models of pandemics which attempt to formulate a description based on the dynamics of the pandemic. Some simple models have been developed, however, which yield a logistic solution.
in epidemiological modeling
A generalized logistic function, also called the Richards growth curve, is widely used in modelling COVID-19 infection trajectories. Infection trajectory is a daily time series data for the cumulative number of infected cases for a subject such as country, city, state, etc. There are variant re-parameterizations in the literature: one of frequently used forms is
where are real numbers, and is a positive real number. The flexibility of the curve is due to the parameter : if then the curve reduces to the logistic function, and if converges to zero, then the curve coverges to the Gompertz function. In epidemiological modeling,,, and represent the final epidemic size, infection rate, and lag phase, respectively. See the right panel for an examplary infection trajectory when are designated by.
One of the benefits of using growth function such as generalized logistic function in epidemiological modeling is its relatively easy expansion to the multilevel model framework by using the growth function to describe infection trajectories from multiple subjects. Such a modeling framework can be also widely called the nonlinear mixed effect model or hierarchical nonlinear model. An example of using the generalized logistic function in Bayesian multilevel model is the .

In chemistry: reaction models

The concentration of reactants and products in autocatalytic reactions follow the logistic function.
The degradation of Platinum group metal-free oxygen reduction reaction catalyst in fuel cell cathodes follows the logistic decay function, suggesting an autocatalytic degradation mechanism.

In physics: Fermi–Dirac distribution

The logistic function determines the statistical distribution of fermions over the energy states of a system in thermal equilibrium. In particular, it is the distribution of the probabilities that each possible energy level is occupied by a fermion, according to Fermi–Dirac statistics.

In material science: Phase diagrams

In linguistics: language change

In linguistics, the logistic function can be used to model language change: an innovation that is at first marginal begins to spread more quickly with time, and then more slowly as it becomes more universally adopted.

In agriculture: modeling crop response

The logistic S-curve can be used for modeling the crop response to changes in growth factors. There are two types of response functions: positive and negative growth curves. For example, the crop yield may increase with increasing value of the growth factor up to a certain level, or it may decrease with increasing growth factor values, which situation requires an inverted S-curve.
The logistic S-curve can be used to model the relation between crop yield and depth of the water table in the soil.
The inverted logistic S-curve can be used to model the relation between crop yield and soil salinity.

In economics and sociology: diffusion of innovations

The logistic function can be used to illustrate the progress of the diffusion of an innovation through its life cycle.
In The Laws of Imitation, Gabriel Tarde describes the rise and spread of new ideas through imitative chains. In particular, Tarde identifies three main stages through which innovations spread: the first one corresponds to the difficult beginnings, during which the idea has to struggle within a hostile environment full of opposing habits and beliefs; the second one corresponds to the properly exponential take-off of the idea, with ; finally, the third stage is logarithmic, with, and corresponds to the time when the impulse of the idea gradually slows down while, simultaneously new opponent ideas appear. The ensuing situation halts or stabilizes the progress of the innovation, which approaches an asymptote.
In a Sovereign state, the subnational units may use loans to finance their projects. However, this funding source is usually subject to strict legal rules as well as to economy scarcity constraints, specially the resources the banks can lend. These restrictions, which represent a saturation level, along with an exponential rush in an economic competition for money, create a public finance diffusion of credit pleas and the aggregate national response is a sigmoid curve.
In the history of economy, when new products are introduced there is an intense amount of research and development which leads to dramatic improvements in quality and reductions in cost. This leads to a period of rapid industry growth. Some of the more famous examples are: railroads, incandescent light bulbs, electrification, cars and air travel. Eventually, dramatic improvement and cost reduction opportunities are exhausted, the product or process are in widespread use with few remaining potential new customers, and markets become saturated.
Logistic analysis was used in papers by several researchers at the International Institute of Applied Systems Analysis. These papers deal with the diffusion of various innovations, infrastructures and energy source substitutions and the role of work in the economy as well as with the long economic cycle. Long economic cycles were investigated by Robert Ayres. Cesare Marchetti published on long economic cycles and on diffusion of innovations. Arnulf Grübler's book gives a detailed account of the diffusion of infrastructures including canals, railroads, highways and airlines, showing that their diffusion followed logistic shaped curves.
Carlota Perez used a logistic curve to illustrate the long business cycle with the following labels: beginning of a technological era as irruption, the ascent as frenzy, the rapid build out as synergy and the completion as maturity.