HOME

TheInfoList



OR:

In
numerical analysis Numerical analysis is the study of algorithms that use numerical approximation (as opposed to symbolic manipulations) for the problems of mathematical analysis (as distinguished from discrete mathematics). It is the study of numerical methods th ...
, Gauss–Hermite quadrature is a form of
Gaussian quadrature In numerical analysis, a quadrature rule is an approximation of the definite integral of a function, usually stated as a weighted sum of function values at specified points within the domain of integration. (See numerical integration for m ...
for approximating the value of integrals of the following kind: :\int_^ e^ f(x)\,dx. In this case :\int_^ e^ f(x)\,dx \approx \sum_^n w_i f(x_i) where ''n'' is the number of sample points used. The ''x''''i'' are the roots of the physicists' version of the Hermite polynomial ''H''''n''(''x'') (''i'' = 1,2,...,''n''), and the associated weights ''w''''i'' are given by Abramowitz, M & Stegun, I A, ''Handbook of Mathematical Functions'', 10th printing with corrections (1972), Dover, . Equation 25.4.46. :w_i = \frac .


Example with change of variable

Consider a function ''h(y)'', where the variable ''y'' is
Normally distributed In statistics, a normal distribution or Gaussian distribution is a type of continuous probability distribution for a real-valued random variable. The general form of its probability density function is : f(x) = \frac e^ The parameter \mu is ...
: y \sim \mathcal(\mu,\sigma^2). The
expectation Expectation or Expectations may refer to: Science * Expectation (epistemic) * Expected value, in mathematical probability theory * Expectation value (quantum mechanics) * Expectation–maximization algorithm, in statistics Music * ''Expectation' ...
of ''h'' corresponds to the following integral: E (y)= \int_^ \frac \exp \left( -\frac \right) h(y) dy As this does not exactly correspond to the Hermite polynomial, we need to change variables: x = \frac \Leftrightarrow y = \sqrt \sigma x + \mu Coupled with the
integration by substitution In calculus, integration by substitution, also known as ''u''-substitution, reverse chain rule or change of variables, is a method for evaluating integrals and antiderivatives. It is the counterpart to the chain rule for differentiation, and ...
, we obtain: E (y)= \int_^ \frac \exp(-x^2) h(\sqrt \sigma x + \mu) dx leading to: E (y)\approx \frac \sum_^n w_i h(\sqrt \sigma x_i + \mu)


References

* * * *


External links

* For tables of Gauss-Hermite abscissae and weights up to order ''n'' = 32 see http://www.efunda.com/math/num_integration/findgausshermite.cfm.
Generalized Gauss–Hermite quadrature
free software Free software or libre software is computer software distributed under terms that allow users to run the software for any purpose as well as to study, change, and distribute it and any adapted versions. Free software is a matter of liberty, ...
in C++, Fortran, and Matlab {{DEFAULTSORT:Gauss-Hermite quadrature Numerical integration (quadrature) Estimation methods