You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Regression
The text was updated successfully, but these errors were encountered: