scisalt.numpy.gaussian

scisalt.numpy.gaussian(x, mu, sigma)[source]

Gaussian function of the form \frac{1}{\sqrt{2 \pi}\sigma} e^{-\frac{(x-\mu)^2}{2\sigma^2}}.

New in version 1.5.

Parameters:

x : float

Function variable x.

mu : float

Mean of the Gaussian function.

sigma : float

Standard deviation of the Gaussian function.

Previous topic

numpy

Next topic

scisalt.numpy.frexp10