- #1
jkristoff
- 3
- 0
Homework Statement
Given a series of measured data points (>1000) x,y find the best fit parabolic curve where the constant A (below) is given.
Homework Equations
General 2nd deg equation describes conic sections:
Ax2+Bxy+Cy2+Dx+Ey+F=0
for a parabola B^2=4AC, AND in this case B<>0 (ie: the parabola is rotated)
The Attempt at a Solution
I've looked at orthogonal distance regression algorithms like ODRPACK, but I don't know where to begin with the inputs. What makes this more challenging than simply doing a trendline in Excel is that the parabola is rotated (B<>0) and I need to be able to constrain the first term constant A to a known value. To minimize the orthogonal distances while knowing A, the best fit parabola needs to be rotated and translated.
Please help!
JK