When I get the polynomial coefficients using TCurveFittingFunction, I can't understand.
For example, I have a datasource: (y = 5 + 3*x + 2 * x^2)
1,10
3,32
6,95
8,157
10,235
Using the TCurveFittingFunction, I get the fitting polynomial:
y = 0*x + 7*x^2 + 2*x^3
It's not the same as (y = 5 + 3*x + 2 * x^2).
Why?
About TCurveFittingFunction?
To Berntsen:
Thanks.
I got it.
I got it.