gaussian

Math.gaussian(x, mean, stdev)

Un-normalized gaussian

:param x : independent variable :type x : float

:param mean : value of x at the peak :type mean : float

:param stdev : standard deviation :type stdev : float

Returns

float