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 0x7f9d3c12b740>
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.236 seconds)