fslaborg / fslaborg/FSharp.Stats

[Feature Request] Integration procedures for Interpolation and LinearRegression

Open
#291 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.