Analyze sigmoid growth, midpoint shifts, derivatives, and logit transformations easily. See every input change clearly. Export values, inspect curves, and understand activation dynamics better.
Use a negative growth rate for a decreasing sigmoid. Keep the upper asymptote above the lower asymptote.
This example uses A = 0, B = 1, k = 1, and x₀ = 0.
| x | Normalized Output p | Sigmoid y | Derivative |
|---|---|---|---|
| -4 | 0.017986 | 0.017986 | 0.017663 |
| -2 | 0.119203 | 0.119203 | 0.104994 |
| 0 | 0.500000 | 0.500000 | 0.250000 |
| 2 | 0.880797 | 0.880797 | 0.104994 |
| 4 | 0.982014 | 0.982014 | 0.017663 |
The parameter A sets the lower bound. The parameter B sets the upper bound. The growth rate k controls steepness. The midpoint x₀ marks the inflection point, where the curve changes fastest.
It computes the sigmoid output, normalized value, derivative, odds, logit, midpoint output, and a full graph-ready curve table from your chosen parameters.
Yes. A negative growth rate flips the curve, creating a decreasing sigmoid. The midpoint still marks the fastest rate of change.
The lower asymptote is the smallest long-run output. The upper asymptote is the largest long-run output. Together, they define the output range.
The midpoint is where the sigmoid crosses its central level. It is also the inflection point, where the curve changes most rapidly.
The derivative shows local sensitivity. Larger derivative values mean the output changes quickly for small changes in x near that location.
The logit transforms the normalized sigmoid output into log-odds. It is useful in classification models, statistics, and inverse mapping.
Use smaller steps for smoother plots and denser tables. Use larger steps for faster calculations over wide graph ranges.
Yes. After calculation, you can download the generated curve data as CSV and save a formatted summary as PDF.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.