interpolate ( x ; y ; t ; 0 ; 0 )
Polynomial interpolation of arbitrary degree
Average rating: 4.5 (36 votes) Log in to vote
Wilhelm Werner - Show more from this author |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Custom function implementation of Neville's algorithm for polynomial interpolation; see http://en.wikipedia.org/wiki/Neville's_algorithm .
The degree of the interpolating polynomial is determined by the length of the lists x resp. y; if ValueCount(x)=n then the degree is n-1.
The sample output above therefore is the value of the third degree interpolating polynomial at t=3,24.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.