Peak models#

Illustration of some of the available peak models with the standard location and scale parameters

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

Gallery generated by Sphinx-Gallery