Can anyone help me to find a efficiency method for polynomial extrapolation using C#?
Example: I have 10 different coordinates(XY plane) and need to find 11th point according to this 10 points using a very efficiency algorithm.
please suggest me if there is any other method except extrapolation.
Thank you..