Skip to content

Release 0.5.0

Latest
Compare
Choose a tag to compare
@bvenn bvenn released this 04 Aug 14:24
· 87 commits to developer since this release

Nuget

The nuget package is available at www.nuget.org/packages/FSharp.Stats/0.5.0

0.4.11+0c6567d4 (Released 2023-2-6)

  • add various XML comments in Interpolation and Fitting modules
  • BREAKING: major refactor of Fitting and Interpolation module
    • separate CubicSpline.Simple and CubicSpline.Akima
    • rename coefficient to fit and fit to predict
  • addition of LinearRegression and Interpolation type
  • [#8ab0975] addition of clamped cubic spline
  • [#e884a75e] update FSharpAux version
  • update interval type