Sigmoid models#

Illustration of the available sigmoid models with the standard location and scale parameters

sigmoid models
<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)

Gallery generated by Sphinx-Gallery