Brian Dunning's FileMaker Custom Functions

interpolate ( x ; y ; t ; 0 ; 0 )

Polynomial interpolation of arbitrary degree

  Average rating: 4.5 (36 votes) Log in to vote

Wilhelm Werner   Wilhelm Werner - Show more from this author

Share on Facebook Share on Twitter

  Sample input:
interpolate("1¶2¶4¶8";"1¶2¶3¶4"; 3,24;0;0)
  Sample output:
2,739370666666666667

  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

Log in to post comments.

 

Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.

Support this website.

This library has been a free commmunity resource for FileMaker users and developers for 20 years. It receives no funding and has no advertisements. If it has helped you out, I'd really appreciate it if you could contribute whatever you think it's worth: