Standardized moment: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Gelingvistoj
m The fourth standardized moment is not the modern (excess) kurtosis, but the historical kurtosis.
 
Line 1: Line 1:
[[Image:Rungesphenomenon.png|right|thumb|300px|The red curve is {{red|the Runge function}}.<br/> The blue curve is {{blue|a 5th-order interpolating polynomial}} (using six equally-spaced interpolating points).<br/>
Gabrielle is what her husband's comments loves to call lady's though she doesn't really like being called like this. Fish hanging on to is something her dad [http://Www.encyclopedia.com/searchresults.aspx?q=doesn%27t doesn't] really like nevertheless , she does. Managing people is very much what she does so she plans on updating it. For years she's been hard in Massachusetts. Go to the actual woman's website to find out doors more: http://prometeu.net<br><br>my web blog :: [http://prometeu.net clash of clans hack download]
The green curve is {{green|a 9th-order interpolating polynomial}} (using ten equally-spaced interpolating points).<br/>At the interpolating points, the error between the function and the interpolating polynomial is (by definition) zero. Between the interpolating points (especially in the region close to the endpoints 1 and −1), the error between the function and the interpolating polynomial gets worse for higher-order polynomials.]]
 
In the [[mathematics|mathematical]] field of [[numerical analysis]], '''Runge's phenomenon''' is a problem of oscillation at the edges of an interval that occurs when using [[polynomial interpolation]] with polynomials of high degree over a set of equispaced interpolation points. It was discovered by [[Carl David Tolmé Runge]] when exploring the behavior of errors when using polynomial interpolation to approximate certain functions.<ref>{{ Citation
| first = Carl
| last = Runge
| author-link = Carl David Tolmé Runge
| year = 1901
| title = Über empirische Funktionen und die Interpolation zwischen äquidistanten Ordinaten
| journal = Zeitschrift für Mathematik und Physik
| volume = 46
| pages = 224–243
| postscript = . }} available at [http://www.archive.org/details/zeitschriftfrma12runggoog www.archive.org]</ref>
The discovery was important because it shows that going to higher degrees does not always improve accuracy. The phenomenon is similar to the [[Gibbs phenomenon]] in Fourier series approximations.
 
==Introduction==
The [[Weierstrass approximation theorem]] states that every [[continuous function]] ''f(x)'' defined on an [[interval (mathematics)|interval]] [''a'',''b''] can be [[uniform convergence|uniformly approximated]] as closely as desired by a [[polynomial]] function ''P''<sub>''n''</sub>(''x'') of sufficiently large degree &le;&nbsp;''n'', i.e.,
:<math>\lim_{n \rightarrow \infty} \left( \max_{a \leq x \leq b} | f(x) -P_n(x)| \right) = 0.</math>
[[Interpolation]] at equidistant points is a natural and well-known approach to construct approximating polynomials.  
Runge's phenomenon demonstrates, however, that [[interpolation]] can easily result in divergent approximations.
 
==Problem==
 
Consider the [[function (mathematics)|function]]:
 
:<math>f(x) = \frac{1}{1+25x^2}.\,</math>
 
Runge found that if this function is [[interpolation|interpolated]] at equidistant points ''x''<sub>''i''</sub> between &minus;1 and 1 such that:
 
:<math>x_i = \frac{2i}{n} - 1,\quad i \in \left\{ 0, 1, \dots, n \right\}</math>
 
with a [[polynomial]] ''P''<sub>''n''</sub>(''x'') of degree &le;&nbsp;''n'', the resulting interpolation oscillates toward the end of the interval, i.e. close to &minus;1 and 1. It can even be proven that the interpolation error increases (without bound) when the degree of the polynomial is increased:
 
:<math>\lim_{n \rightarrow \infty} \left( \max_{-1 \leq x \leq 1} | f(x) -P_n(x)| \right) = +\infty.</math>
 
This shows that high-degree polynomial interpolation at equidistant points can be troublesome.
 
===Reason===
The error between the generating function and the interpolating polynomial of order ''n'' is given by
:<math>f(x) - P_n(x) = \frac{f^{(n+1)}(\xi)}{(n+1)!} \prod_{i=1}^{n+1} (x-x_i) </math>
for some <math>\xi</math> in (&minus;1,&nbsp;1). Thus,
:<math>\max_{-1 \leq x \leq 1} |f(x) - P_n(x)| \leq
\max_{-1 \leq x \leq 1} \frac{|f^{(n+1)}(x)|}{(n+1)!}
\max_{-1 \leq x \leq 1} \prod_{i=0}^n |x-x_i|. </math>
 
For the case of the Runge function, interpolated at equidistant points,
each of the two multipliers in the upper bound for the approximation error grows to infinity with ''n.''
Although often used to explain the Runge phenomenon, the fact that the upper bound of the error goes to infinity does not necessarily
imply, of course, that the error itself also diverges with ''n.''
 
==Mitigations to the problem==
 
===Change of interpolation points===
The oscillation can be minimized by using nodes that are distributed more densely towards the edges of the interval, specifically, with asymptotic density (on the interval [−1,1]) given by the formula<ref>{{Citation | last1=Berrut | first1=Jean-Paul | last2=Trefethen | first2=Lloyd N. | author2-link=Lloyd N. Trefethen | title=Barycentric Lagrange interpolation | doi=10.1137/S0036144502417715 | year=2004 | journal=SIAM Review | issn=1095-7200 | volume=46 | pages=501–517 | issue=3}}</ref>
<math>
1/\sqrt{1-x^2}
</math>.
A standard example of such a set of nodes is [[Chebyshev nodes]], for which the maximum error in approximating the Runge function is guaranteed to diminish with increasing polynomial order. The phenomenon demonstrates that high degree polynomials are generally unsuitable for interpolation with equidistant nodes.
 
===Use of piecewise polynomials===
The problem can be avoided by using [[spline curve]]s which are piecewise polynomials. When trying to decrease the interpolation error one can increase the number of polynomial pieces which are used to construct the spline instead of increasing the degree of the polynomials used.
 
===Constrained minimization===
One can also fit a polynomial of higher degree (for instance <math>2n</math> instead of <math>n+1</math>), and fit an interpolating polynomial whose first (or second) derivative has minimal <math>L^2</math> norm.
 
===Least squares fitting===
Another method is fitting a polynomial of lower degree using the method of [[least squares]]. Generally, when using m equidistant points, if <math>N<2\sqrt{m}</math> then least squares approximation <math>P_N(x)</math> is well-conditioned.<ref>{{Citation | last1=Dahlquist | first1=Germund | last2=Björk | first2=Åke | author1-link=Germund Dahlquist | title=Numerical Methods | year=1974 | isbn=0-13-627315-7 | chapter=4.3.4. Equidistant Interpolation and the Runge Phenomenon | pages=101–103}}</ref>
 
==Related statements from the [[approximation theory]]==
For every predefined table of interpolation nodes there is a continuous function for which the interpolation process on those nodes diverges. For every continuous function there is a table of nodes on which the interpolation process converges. Chebyshev interpolation (i.e., on [[Chebyshev nodes]]) converges uniformly for every absolutely continuous function.
 
==See also==
* Compare with the [[Gibbs phenomenon]] for sinusoidal basis functions
* [[Taylor series]]
* [[Chebyshev nodes]]
* [[Stone–Weierstrass theorem]]
 
==References==
<references />
 
[[Category:Interpolation]]
[[Category:Continuous mappings]]
 
[[de:Polynominterpolation#Runges Phänomen]]

Latest revision as of 21:22, 14 December 2014

Gabrielle is what her husband's comments loves to call lady's though she doesn't really like being called like this. Fish hanging on to is something her dad doesn't really like nevertheless , she does. Managing people is very much what she does so she plans on updating it. For years she's been hard in Massachusetts. Go to the actual woman's website to find out doors more: http://prometeu.net

my web blog :: clash of clans hack download