Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Integration procedures for Interpolation and LinearRegression #291

Open
9 tasks
bvenn opened this issue Aug 31, 2023 · 0 comments
Open
9 tasks

Comments

@bvenn
Copy link
Member

bvenn commented Aug 31, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant