gaussian

popurri.peakutils.gaussian(x, amp=1, cen=0, wid=1, shift=0)

Gaussian function: G(x) = shift + amp * e**(-(x-cen)**2 / (2*wid**2))