Gaussian Function
In one dimension, the Gaussian function is the probability density function of the normal distribution,
sometimes also called the frequency curve. The full width at half maximum (FWHM) for a Gaussian is found by finding the half-maximum points x_0. The constant scaling factor can be ignored, so we must solve
| e^(-(x_0-mu)^2/(2sigma^2))=1/2f(x_(max)) |
(2)
|
But f(x_(max)) occurs at x_(max)=mu, so
| e^(-(x_0-mu)^2/(2sigma^2))=1/2f(mu)=1/2. |
(3)
|
Solving,
| e^(-(x_0-mu)^2/(2sigma^2))=2^(-1) |
(4)
|
| (x_0-mu)^2=2sigma^2ln2 |
(6)
|
| x_0=+/-sigmasqrt(2ln2)+mu. |
(7)
|
The full width at half maximum is therefore given by
| FWHM=x_+-x_-=2sqrt(2ln2)sigma approx 2.3548sigma. |
(8)
|
In two dimensions, the circular Gaussian function is the distribution function for uncorrelated variates X and Y having a bivariate normal distribution and equal standard deviation sigma=sigma_x=sigma_y,
The corresponding elliptical Gaussian function corresponding to sigma_x!=sigma_y is given by
The Gaussian function can also be used as an apodization function
| A(x)=e^(-x^2/(2sigma^2)), |
(11)
|
shown above with the corresponding instrument function. The instrument function is
| I(k)=e^(-2pi^2k^2sigma^2)sigmasqrt(pi/2)[erf((a-2piiksigma^2)/(sigmasqrt(2)))+erf((a+2piiksigma^2)/(sigmasqrt(2)))], |
(12)
|
which has maximum
As a->infty, equation (12) reduces to
| lim_(a->infty)I(k)=sigmasqrt(2pi)e^(-2pi^2k^2sigma^2). |
(14)
|
The hypergeometric function is also sometimes known as the Gaussian function.
See also
Bivariate Normal Distribution, Erf, Erfc, Fourier Transform--Gaussian, Hyperbolic Secant, Lorentzian Function, Normal Distribution, Owen T-Function, Witch of AgnesiExplore with Wolfram|Alpha
More things to try:
References
MacTutor History of Mathematics Archive. "Frequency Curve." http://www-groups.dcs.st-and.ac.uk/~history/Curves/Frequency.html.Referenced on Wolfram|Alpha
Gaussian FunctionCite this as:
Weisstein, Eric W. "Gaussian Function." From MathWorld--A Wolfram Resource. https://mathworld.wolfram.com/GaussianFunction.html