fslaborg / FSharp.Stats

statistical testing, linear algebra, machine learning, fitting and signal processing in F#
https://fslab.org/FSharp.Stats/
Other
205 stars 54 forks source link

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

Open bvenn opened 10 months ago

bvenn commented 10 months ago

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