释义 |
Neville's AlgorithmAn interpolation Algorithm which proceeds by first fitting a Polynomial of degree 0 through the points for ..., , i.e., . A second iteration is then performed in which is fit throughpairs of points, yielding , , .... The procedure is repeated, generating a ``pyramid'' of approximationsuntil the final result is reached
The final result is
See also Bulirsch-Stoer Algorithm
|