gaussian, a MATLAB 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.
gaussian_2d, a MATLAB code which evaluates a general Gaussian function of a 2D argument.
hermite_polynomial, a MATLAB code which evaluates the physicist's Hermite polynomial, the probabilist's Hermite polynomial, the Hermite function, and related functions.