gaussian, an Octave code which evaluates the Gaussian function and its derivatives.
A formula for the Gaussian function at the point x is:
g(x,mu,sigma) = 1/sigma/sqrt(2*pi) * exp ( -(x-mu)^2/2/sigma^2)where mu the mean value, and sigma is the standard deviation.
The information on this web page is distributed under the MIT license.
gaussian is available in a MATLAB version and an Octave version and a Python version.