Fastest way to fit a parabola to set of points?

后端 未结 4 1234

Given a set of points, what\'s the fastest way to fit a parabola to them? Is it doing the least squares calculation or is there an iterative way?

Thanks

Edit

4条回答
  •  粉色の甜心
    2020-12-20 22:21

    If the points have no error associated, you may interpolate by three points. Otherwise least squares or any equivalent formulation is the way to go.

提交回复
热议问题