Skip to content
Prev 273589 / 398506 Next

Fitting parabolic function to data

On 11-10-06 4:59 AM, Henri Mone wrote:
That can be expanded into a regular quadratic:

(a0*a1^2 + a2) + 2*a0*a1*x + a0*x^2

So fit a regular quadratic, and then solve for a0, a1, a2 from the 
resulting coefficients.  The only tricky bit will be computing errors on 
the a's.

Duncan Murdoch