FSharp.Stats icon indicating copy to clipboard operation
FSharp.Stats copied to clipboard

[Feature Request] Integration procedures for Interpolation and LinearRegression

Open bvenn opened this issue 1 year ago • 0 comments

Integrals can easily be calculated for step functions, linear splines, polynomials and splines. These procedures are missing for most of the interpolation and regression modules.

Important: unit tests should cover both, negative x and negative y values!

Interpolation

  • [ ] step interpolation
  • [ ] akima interpolation
  • [ ] hermite interpolation
  • [ ] polynomial interpolation
  • [ ] cubic spline interpolation

Regression

  • [ ] simple linear regression
  • [ ] polynomial regression
  • [ ] smoothing spline
  • [ ] (optional) robust simple linear regression

bvenn avatar Aug 31 '23 13:08 bvenn