normalized_gaussian

Math.normalized_gaussian(x, mean, stdev)

gaussian function whose area under the curve is unity.

: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