hyperspy._components.logistic module¶
-
class
hyperspy._components.logistic.
Logistic
(a=1.0, b=1.0, c=1.0, origin=0.0, module='numexpr', **kwargs)¶ Bases:
hyperspy._components.expression.Expression
Logistic function (sigmoid or s-shaped curve) component.
Variable
Parameter
a
b
c
origin
- Parameters
a (Float) – The curve’s maximum y-value,
b (Float) – Additional parameter: b>1 shifts origin to larger values; 0<b<1 shifts origin to smaller values; b<0 introduces an asymptote
c (Float) – Logistic growth rate or steepness of the curve
origin (Float) – Position of the sigmoid’s midpoint
**kwargs – Extra keyword arguments are passed to the
Expression
component.