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

<matplotlib.legend.Legend object at 0x7f9d37cc4f50>
from aptapy.plotting import plt
from aptapy.models import Gaussian, Landau, LogNormal, Lorentzian, Moyal
Gaussian().plot()
Landau().plot()
Lorentzian().plot()
LogNormal().plot()
Moyal().plot()
plt.legend()
Total running time of the script: (0 minutes 0.248 seconds)