Other sigmoid functions are given in the Examples section. In some fields, most notably in the context of artificial neural networks, the term "sigmoid function" is used as a synonym for "logistic function".
Special cases of sigmoid functions include the Gompertz curve (used in modeling systems that saturate at large values of x) and the ogee curve (used in the spillway of some dams). Sigmoid functions have domain of all real numbers, with return (response) value commonly monotonically increasing but could be decreasing. Sigmoid functions most often show a return value (y axis) in the range 0 to 1. Another commonly used range is from −1 to 1.
There is also the Heaviside step function, which instantaneously transitions between 0 and 1.
In mathematics, a unitary sigmoid function is a bounded sigmoid-type function normalized to the unit range, typically with lower and upper asymptotes at 0 and 1. The theory proposed by Grebenc[1] distinguishes three kinds of unitary sigmoid functions according to their asymptotic behavior and the presence or absence of oscillation near the asymptotes.
A general form of a unitary sigmoid function is
where is an increasing sigmoid function, is a transformation of the independent variable, and and are constants controlling scaling and translation.
Classification
1st kind
A unitary sigmoid function of the first kind is a bounded increasing function that approaches its lower and upper asymptotes monotonically, without oscillation. This class includes many of the standard sigmoid functions used in statistics, biomathematics, and engineering, such as the logistic function and related generalizations.
2nd kind
A unitary sigmoid function of the second kind is a bounded increasing function that oscillates near the upper asymptote while preserving an overall sigmoid transition.
3rd kind
A unitary sigmoid function of the third kind is a bounded increasing function that oscillates near both the lower and upper asymptotes. These functions retain the global shape of a sigmoid curve but exhibit oscillatory behavior in the vicinity of both limiting states.
Fig. 1. Graphical representation of the three kinds of sigmoid functions on the infinite domain: the 1st kind (red solid line), the 2nd kind (violet dashed line), the 3rd kind (blue dotted line).
Taxonomy
The tables below show the taxonomy of unitary sigmoid functions of all three kinds.
Table 1. Taxonomy matrix with examples of sigmoid functions of the 1st kind
Table 2. Taxonomy matrix with examples of sigmoid functions of the 2nd kind on the unbounded interval
No
Type of sigmoid function
Unbounded interval
Explanation
1
All functions from Table 1
Adding to the functions of the 3rd column of the Table 1, where is the Airy Ai function
2
special
3
special
, are Fresnel integrals
4
special
5
special
is a Bessel J function
Table 3. Taxonomy matrix with examples of sigmoid functions of the 3rd kind
No
Type
Unbounded interval
Explanation
1
special
Adding to the functions of the 3rd column of the Table 1, where is the sine integral function
2
special
Adding to the functions of the 3rd column of Table 1, where is the cosine integral function
3
special
is the Fresnel S integral
4
special
is the Fresnel C integral
Construction methods
The same theory presents a list of 30 methods for constructing sigmoid functions.[1]. These include algebraic transformations, integration and convolution methods, constructions from bell-shaped functions, solutions of ordinary and partial differential equations, recursive schemes, stochastic differential equations, feedback systems, and chaotic systems.
M0: Construction method for sigmoid functions not evident or intuitive
M1: Inverse of singularity functions
M2: Sigmoid functions of embedded positive functions
M3: Rising a sigmoid function to the power
M4: Exponentiating a sigmoid function
M5: Symmetric sigmoid functions derived from asymmetric ones
M6: Sigmoid functions of the reciprocal independent variable
M7: Embedding a sigmoid function into other function
M8: Sum of sigmoid functions
M9: Multiplication of sigmoid functions
M10: Integral of the product of an increasing and a decreasing function
M11: Derivation from lambda (bell-shaped) functions
M12: Integration of lambda (bell-shaped) function
M13: Integration of the sum of lambda (bell-shaped) functions
M14: Integration of the product of two lambda (bell-shaped) functions
M15: Integration of the difference of two shifted sigmoid functions
M16: Integration of the product of two shifted sigmoid functions
M17: Convolution of sigmoid functions
M18: Integration of the product of lambda and sigmoid function
M19: Solutions of ordinary differential equations
M20: Solutions of partial differential equation (PDE)
M21: Solutions of functional differential equation (FDE)
M22: Sum of a sigmoid function and some derivatives
M23: Combination of sigmoid functions, its derivative and integral
M24: Filtering sigmoid functions
M25: Special cases of Gauss hypergeometric functions
M26: Feedback closed-loop systems
M27: Recursive functions
M28: Recursive time-delayed feed-forward loops
M29: Solutions of stochastic differential equation
A sigmoid function is a bounded, differentiable, real function that is defined for all real input values and has a positive derivative at each point.[13][14]
A sigmoid function is convex for values less than a particular point, and it is concave for values greater than that point: in many of the examples here, that point is 0.
Examples
Some sigmoid functions compared. In the drawing all functions are normalized in such a way that their slope at the origin is 1.
Up to shifts and scaling, many sigmoids are special cases of where is the inverse of the negative Box–Cox transformation, and and are shape parameters.[16]
using the hyperbolic tangent mentioned above. Here, is a free parameter encoding the slope at , which must be greater than or equal to because any smaller value will result in a function with multiple inflection points, which is therefore not a true sigmoid. This function is unusual because it actually attains the limiting values of −1 and 1 within a finite range, meaning that its value is constant at −1 for all and at 1 for all . Nonetheless, it is smooth (infinitely differentiable, ) everywhere, including at .
Applications
Inverted logistic S-curve to model the relation between wheat yield and soil salinity
Many natural processes, such as those of complex systems learning curves, exhibit a progression from small beginnings that accelerates and approaches a climax over time.[18] When a specific mathematical model is lacking, a sigmoid function is often used.[19]
Examples of the application of the logistic S-curve to the response of crop yield (wheat) to both the soil salinity and depth to water table in the soil are shown in modeling crop response in agriculture.
In Digital signal processing in general, sigmoid functions, due to their higher order of continuity, have much faster asymptotic rolloff in the frequency domain than a Heavyside step function, and therefore are useful to smooth discontinuities before sampling to reduce aliasing. This is, for example, used to generate square waves in many kinds of Digital synthesizer.
In computer graphics and real-time rendering, sigmoid functions are used to blend colors or geometry between two values, producing smooth transitions without visible seams or discontinuities.
Titration curves between strong acids and strong bases have a sigmoid shape due to the logarithmic nature of the pH scale.
The logistic function can be calculated efficiently by utilizing type III Unums.[21]
A hierarchy of sigmoid growth models with increasing complexity (number of parameters) was built[22] with the primary goal to re-analyze kinetic data, the so-called N-t curves, from heterogeneous nucleation experiments,[23] in electrochemistry. The hierarchy includes at present three models, with 1, 2, and 3 parameters, if not counting the maximal number of nuclei Nmax, respectively—a tanh2 based model called α21[24] originally devised to describe diffusion-limited crystal growth (not aggregation!) in 2D, the Johnson–Mehl–Avrami–Kolmogorov (JMAK) model,[25] and the Richards model.[26] It was shown that for the concrete purpose, even the simplest model works, and thus it was implied that the experiments revisited are an example of two-step nucleation with the first step being the growth of the metastable phase in which the nuclei of the stable phase form.[22]
123Grebenc, Andrej (August 2025). "Foundations for a General Theory of Sigmoid Functions: Modelling with 30 Methods". Intelligent Systems Conference. Cham: Springer Nature Switzerland. pp.481–511. doi:10.1007/978-3-031-99958-1.
↑Elliot, D. L. (1993). A better activation function for artificial neural networks (Technical report). College Park, MD: Institute for Systems Research, University of Maryland. TR 93–8.
↑Richards, F. J. (1959). "A Flexible Growth Function for Empirical Use". Journal of Experimental Botany. 10 (2): 290–300. doi:10.1093/jxb/10.2.290.
↑Verhulst, P.-F. (1838). "Notice sur la loi que la population suit dans son accroissement". Correspondance mathématique et physique. 10: 113–121.
↑Laplace, P.-S. (1774). "Mémoire sur la probabilité des causes par les évènements". Mémoires de l'Académie Royale des Sciences Présentés par Divers Savans. 6: 621–656.
↑Rayleigh, L. (1880). "On the resultant of a large number of vibrations of the same pitch and of arbitrary phase". Philosophical Magazine. 5th Series. 10: 73–78.
↑Cauchy, A. L. (1853). "Memoire sur les resultats moyens d'un tres-grand nombre des observations". Comptes rendus hebdomadaires des séances de l'Académie des Sciences. 37: 381–385.
↑Gauss, C. F. (1809). Theoria motvs corporvm coelestivm in sectionibvs conicis Solem ambientivm. Hamburg: Perthes et Besser.
↑Glaisher, James Whitbread Lee (1871). "On a class of definite integrals". London, Edinburgh, and Dublin Philosophical Magazine and Journal of Science. 4th Series. 42 (277): 294–302. doi:10.1080/14786447108640568.
↑Galton, F. (1874). "On men of science, their nature and their nurture". Proceedings of the Royal Institution of Great Britain. 7: 227–236.
↑Grebenc, Andrej (2026). Chaotic sigmoid functions. to be published.
↑Markov, I. and Stoycheva, E. (1976). "Saturation Nucleus Density in the Electrodeposition of Metals onto Inert Electrodes II. Experimental". Thin Solid Films. 35 (1). Elsevier: 21–35. doi:10.1016/0040-6090(76)90237-6.{{cite journal}}: CS1 maint: multiple names: authors list (link)
↑Fanfoni, M. and Tomellini, M. (1998). "The Johnson-Mehl-Avrami-Kolmogorov Model: A Brief Review". Il Nuovo Cimento D. 20. Springer: 1171–1182. doi:10.1007/BF03185527.{{cite journal}}: CS1 maint: multiple names: authors list (link)
↑Tjørve, E. and Tjørve, K.M.C. (2010). "A Unified Approach to the Richards-Model Family for Use in Growth Analyses: Why We Need Only Two Model Forms". Journal of Theoretical Biology. 267 (3). Elsevier: 417–425. doi:10.1016/j.jtbi.2010.09.008.{{cite journal}}: CS1 maint: multiple names: authors list (link)
Further reading
Mitchell, Tom M. (1997). Machine Learning. WCB McGraw–Hill. ISBN978-0-07-042807-2.. (NB. In particular see "Chapter 4: Artificial Neural Networks" (in particular pp.96–97) where Mitchell uses the word "logistic function" and the "sigmoid function" synonymously – this function he also calls the "squashing function" – and the sigmoid (aka logistic) function is used to compress the outputs of the "neurons" in multi-layer neural nets.)
Humphrys, Mark. "Continuous output, the sigmoid function". Archived from the original on 2022-07-14. Retrieved 2022-07-14. (NB. Properties of the sigmoid, including how it can shift along axes and how its domain may be transformed.)