Linear interpolator

曲线拟合类,只适用于线性拟合:

  • y = a*x + b
  • y = a + a1*x + a2*x^2 + ... + an*x^n