Concept
Sigmoid/softmax Transforms
Sigmoid/softmax Transforms are Statistics concepts. The Library holds 3 implementations, each one a working definition you can pull into Quant.
Top Sigmoid/softmax Transforms indicators
3 total
What are Sigmoid/softmax Transforms?
Sigmoid transforms are S-shaped functions that squash an unbounded input into a fixed interval. The logistic function maps any real number into the open interval from 0 to 1; the hyperbolic tangent maps into minus 1 to plus 1; arctangent variants behave similarly. Near zero the mapping is close to linear, and it saturates toward the bounds as inputs grow, so ordinary readings keep their differences while outliers are compressed against the rails.
Softmax is the vector version: it exponentiates a list of scores and divides each result by the sum of the results, producing positive weights that add up to one, which reads like a probability across competing alternatives. In indicator work, sigmoids appear wherever an unbounded series needs a bounded display, most famously the inverse Fisher transform, which pushes a scaled oscillator through the hyperbolic tangent so readings cluster near the extremes. The transform reshapes a series; it adds no new information.
How traders use it
- To bound unbounded oscillators (momentum differences, volume deltas, regression slopes), usually standardized first as a Z-score, so fixed thresholds and cross-instrument comparisons make sense.
- To reshape an oscillator's behavior: tanh-style shaping makes readings spend more time pinned near the extremes, so departures from an extreme zone stand out more clearly.
- To turn raw scores into weights: softmax over several signal or regime scores yields a normalized weighting for ensemble voting, and a logistic squash maps a single score onto a 0-to-1 confidence-style scale.
Related concepts · Normalization & distribution
Concept family
Statistics
45 concepts mapped · 37 in the Library
Sigmoid/softmax Transforms FAQ
What is the difference between sigmoid and softmax?
A sigmoid squashes one number into a bounded interval, such as 0 to 1 for the logistic function or minus 1 to 1 for tanh. Softmax takes a whole set of numbers and converts them into positive weights that sum to one, distributing emphasis across alternatives. Loosely, a sigmoid answers a yes-or-no question and softmax answers a which-one question.
Why apply a sigmoid to a trading indicator at all?
Bounding buys three things: fixed thresholds that mean the same on every instrument, protection against a single outlier stretching the scale, and, with tanh-style shaping, extremes that hug the rails so turns away from them are easier to see. It cannot improve the underlying signal, only its scaling; a noisy input stays noisy after the squash.
Build Sigmoid/softmax Transforms your way.
Quant writes, tests, and refines it with you — then it runs on LuxAlgo charting or ports to TradingView.
.png&w=3840&q=75)

