gaussian

Math.multigauss.gaussian(x, mean, stdev)

Un-normalized gaussian

:param x : independent variable :type x : float

:param mean : location of the center of the gaussian :type mean : float

:param stdev : standard deviation :type stdev : float

Returns

float