Contents
Gaussian function
In mathematics, a Gaussian function, often simply referred to as a Gaussian, is a function of the base form and with parametric extension for arbitrary real constants a, b and non-zero c. It is named after the mathematician Carl Friedrich Gauss. The graph of a Gaussian is a characteristic symmetric "bell curve" shape. The parameter a is the height of the curve's peak, b is the position of the center of the peak, and c (the standard deviation, sometimes called the Gaussian RMS width) controls the width of the "bell". Gaussian functions are often used to represent the probability density function of a normally distributed random variable with expected value μ = b and variance σ 2 = c 2 . In this case, the Gaussian is of the form Gaussian functions are widely used in statistics to describe the normal distributions, in signal processing to define Gaussian filters, in image processing where two-dimensional Gaussians are used for Gaussian blurs, and in mathematics to solve heat equations and diffusion equations and to define the Weierstrass transform.
Properties
Gaussian functions arise by composing the exponential function with a concave quadratic function: where (Note: in \ln a, not to be confused with ) The Gaussian functions are thus those functions whose logarithm is a concave quadratic function. The parameter c is related to the full width at half maximum (FWHM) of the peak according to The function may then be expressed in terms of the FWHM, represented by w: Alternatively, the parameter c can be interpreted by saying that the two inflection points of the function occur at x = b ± c . The full width at tenth of maximum (FWTM) for a Gaussian could be of interest and is Gaussian functions are analytic, and their limit as x → ∞ is 0 (for the above case of b = 0 ). Gaussian functions are among those functions that are elementary but lack elementary antiderivatives; the integral of the Gaussian function is the error function: Nonetheless, their improper integrals over the whole real line can be evaluated exactly, using the Gaussian integral and one obtains [[Image:Normal Distribution PDF.svg|thumb|360px|right|[[Normalizing constant|Normalized]] Gaussian curves with expected value μ and variance σ 2 . The corresponding parameters are , b = μ and c = σ .]] This integral is 1 if and only if (the normalizing constant), and in this case the Gaussian is the probability density function of a normally distributed random variable with expected value μ = b and variance σ 2 = c 2 These Gaussians are plotted in the accompanying figure. Gaussian functions centered at zero minimize the Fourier uncertainty principle. The product of two Gaussian functions is a Gaussian, and the convolution of two Gaussian functions is also a Gaussian, with variance being the sum of the original variances:. The product of two Gaussian probability density functions (PDFs), though, is not in general a Gaussian PDF. Taking the Fourier transform (unitary, angular-frequency convention) of a Gaussian function with parameters a = 1 , b = 0 and c yields another Gaussian function, with parameters c, b = 0 and 1/c. So in particular the Gaussian functions with b = 0 and c = 1 are kept fixed by the Fourier transform (they are eigenfunctions of the Fourier transform with eigenvalue 1). A physical realization is that of the diffraction pattern: for example, a photographic slide whose transmittance has a Gaussian variation is also a Gaussian function. The fact that the Gaussian function is an eigenfunction of the continuous Fourier transform allows us to derive the following interesting identity from the Poisson summation formula:
Integral of a Gaussian function
The integral of an arbitrary Gaussian function is An alternative form is where f must be strictly positive for the integral to converge.
Relation to standard Gaussian integral
The integral for some real constants a, b and c > 0 can be calculated by putting it into the form of a Gaussian integral. First, the constant a can simply be factored out of the integral. Next, the variable of integration is changed from x to y = x − b and then to : Then, using the Gaussian integral identity we have
Two-dimensional Gaussian function
Base form: In two dimensions, the power to which e is raised in the Gaussian function is any negative-definite quadratic form. Consequently, the level sets of the Gaussian will always be ellipses. A particular example of a two-dimensional Gaussian function is Here the coefficient A is the amplitude, x0, y0 is the center, and σx, σy are the x and y spreads of the blob. The figure on the right was created using A = 1, x0 = 0, y0 = 0, σx = σy = 1. The volume under the Gaussian function is given by In general, a two-dimensional elliptical Gaussian function is expressed as where the matrix is positive-definite. Using this formulation, the figure on the right can be created using A = 1 , (x0, y0) = (0, 0) , a = c = 1/2 , b = 0 .
Meaning of parameters for the general equation
For the general form of the equation the coefficient A is the height of the peak and (x0, y0) is the center of the blob. If we setthen we rotate the blob by a positive, counter-clockwise angle \theta (for negative, clockwise rotation, invert the signs in the b coefficient). To get back the coefficients \theta, \sigma_X and \sigma_Y from a, b and c use Example rotations of Gaussian blobs can be seen in the following examples: Using the following Octave code, one can easily see the effect of changing the parameters: Such functions are often used in image processing and in computational models of visual system function—see the articles on scale space and affine shape adaptation. Also see multivariate normal distribution.
Higher-order Gaussian or super-Gaussian function
A more general formulation of a Gaussian function with a flat-top and Gaussian fall-off can be taken by raising the content of the exponent to a power P: This function is known as a super-Gaussian function and is often used for Gaussian beam formulation. This function may also be expressed in terms of the full width at half maximum (FWHM), represented by w: In a two-dimensional formulation, a Gaussian function along x and y can be combined with potentially different P_X and P_Y to form a rectangular Gaussian distribution: or an elliptical Gaussian distribution:
Multi-dimensional Gaussian function
In an n-dimensional space a Gaussian function can be defined as where is a column of n coordinates, C is a positive-definite n \times n matrix, and denotes matrix transposition. The integral of this Gaussian function over the whole n-dimensional space is given as It can be easily calculated by diagonalizing the matrix C and changing the integration variables to the eigenvectors of C. More generally a shifted Gaussian function is defined as where is the shift vector and the matrix C can be assumed to be symmetric,, and positive-definite. The following integrals with this function can be calculated with the same technique: where
Estimation of parameters
A number of fields such as stellar photometry, Gaussian beam characterization, and emission/absorption line spectroscopy work with sampled Gaussian functions and need to accurately estimate the height, position, and width parameters of the function. There are three unknown parameters for a 1D Gaussian function (a, b, c) and five for a 2D Gaussian function. The most common method for estimating the Gaussian parameters is to take the logarithm of the data and fit a parabola to the resulting data set. While this provides a simple curve fitting procedure, the resulting algorithm may be biased by excessively weighting small data values, which can produce large errors in the profile estimate. One can partially compensate for this problem through weighted least squares estimation, reducing the weight of small data values, but this too can be biased by allowing the tail of the Gaussian to dominate the fit. In order to remove the bias, one can instead use an iteratively reweighted least squares procedure, in which the weights are updated at each iteration. It is also possible to perform non-linear regression directly on the data, without involving the logarithmic data transformation; for more options, see probability distribution fitting.
Parameter precision
Once one has an algorithm for estimating the Gaussian function parameters, it is also important to know how precise those estimates are. Any least squares estimation algorithm can provide numerical estimates for the variance of each parameter (i.e., the variance of the estimated height, position, and width of the function). One can also use Cramér–Rao bound theory to obtain an analytical expression for the lower bound on the parameter variances, given certain assumptions about the data. When these assumptions are satisfied, the following covariance matrix K applies for the 1D profile parameters a, b, and c under i.i.d. Gaussian noise and under Poisson noise: where \delta_X is the width of the pixels used to sample the function, Q is the quantum efficiency of the detector, and \sigma indicates the standard deviation of the measurement noise. Thus, the individual variances for the parameters are, in the Gaussian noise case, and in the Poisson noise case, For the 2D profile parameters giving the amplitude A, position (x_0,y_0), and width of the profile, the following covariance matrices apply: where the individual parameter variances are given by the diagonal elements of the covariance matrix.
Discrete Gaussian
One may ask for a discrete analog to the Gaussian; this is necessary in discrete applications, particularly digital signal processing. A simple answer is to sample the continuous Gaussian, yielding the sampled Gaussian kernel. However, this discrete function does not have the discrete analogs of the properties of the continuous function, and can lead to undesired effects, as described in the article scale space implementation. An alternative approach is to use the discrete Gaussian kernel: where I_n(t) denotes the modified Bessel functions of integer order. This is the discrete analog of the continuous Gaussian in that it is the solution to the discrete diffusion equation (discrete space, continuous time), just as the continuous Gaussian is the solution to the continuous diffusion equation.
Applications
Gaussian functions appear in many contexts in the natural sciences, the social sciences, mathematics, and engineering. Some examples include:
This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.
Wikipedia® is a registered trademark of the
Wikimedia Foundation, Inc.
Bliptext is not
affiliated with or endorsed by Wikipedia or the
Wikimedia Foundation.