fslaborg / fslaborg/FSharp.Stats
[Feature Request] Integration procedures for Interpolation and LinearRegression
Open
enhancement
- Dominant language
- F#
- Stars
- 227
- Forks
- 58
- Avg merge
- 55m
- Merged PRs (30d)
- 1
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.