Is there any "algorithm" or steps to follow to get a formula from a table of values.
Example:
Using this values:
X Result
1 3
2 5
3 7
4 9
I'd like to obtain:
Result = 2X+1
Edit
Maybe using excel?
Edit 2
Additional info:
It is not going to be always a polynomial and it may have several parameters (I think 2).
