Note
Go to the end to download the full example code.
Sigmoid models#
Illustration of the available sigmoid models with the standard location and scale parameters

<matplotlib.legend.Legend object at 0x7fb7d23f9e50>
from aptapy.plotting import plt
from aptapy.models import ErfSigmoid, LogisticSigmoid, Arctangent, HyperbolicTangent
ErfSigmoid().plot()
LogisticSigmoid().plot()
Arctangent().plot()
HyperbolicTangent().plot()
plt.legend()
Total running time of the script: (0 minutes 0.209 seconds)