Categories

Wednesday, April 6, 2011

为什么不使用高阶多项式拟合

缺点如下:
  • 不一定总能顺利找到对应的高阶多项式。这是解一个多元线性方程组的问题。
  • 我们可能需要滤除原始数据中的坏点。
  • [Runge现象]高阶多项式抖动得很厉害。
  • 高阶多项式很可能出现很多拐点。
From: http://en.wikipedia.org/wiki/Curve_fitting

    No comments:

    Post a Comment