FSharp.Stats
FSharp.Stats copied to clipboard
[Feature Request] Integration procedures for Interpolation and LinearRegression
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