Skip to content

Releases: fslaborg/FSharp.Stats

Release 0.5.0

04 Aug 14:24
Compare
Choose a tag to compare

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

Release 0.4.11

06 Feb 14:19
Compare
Choose a tag to compare

Nuget

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

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

Release 0.4.10

25 Jan 12:54
Compare
Choose a tag to compare

Nuget

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

0.4.10+278bd95a (Released 2023-1-25)

  • Additions:
    • latest commit #278bd95a
    • [#278bd95a] update median of ratios results type
    • [#f73b05fc] update SAM
    • [#b3714f23] update PCA deviation determination
    • [#27c92191] add logNormal nonlinear Model

Release 0.4.9

18 Nov 15:38
Compare
Choose a tag to compare

Nuget

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

0.4.9+b74ecf29 (Released 2022-11-18)

Release 0.4.8

29 Aug 11:20
Compare
Choose a tag to compare

Nuget

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

0.4.8+be68a276 (Released 2022-8-29)

  • Additions:
    • latest commit #be68a276
    • [#0d26dd2b] Add Gamma and Poisson fitting
    • [#fa9dc6c1] Refactoring distribution modules
    • [#20eee2e7] Add fitting and estimating a Gamma distribution from observations
    • [#e9170b0e] Add Trigamma function
    • [#e8e46bff] Add Digamma function
    • [#35b3fa36] Add unit test for Beta.powerSeries
    • [#ae70774b] Add Beta.powerSeries for incomplete beta integral
    • [#f64b4f1e] Add Seq.meanQuadratic and Seq.meanQuadraticBy
    • [#8b300c37] add new version PCA
  • Deletions:
  • Bugfixes:
  • Tests:
    • [#bcc98700] add unit tests meanQuadratic #233
    • [#d21cc8c0] Added tests for Distributions.Continuous.F
    • [#ab261eda] added Tests for FSharp.Stats.Distributions.Distinct.Binominal
    • [#b0d6e540] add twoSamplePaired ttest test
    • [#f203428c] add Intervals.intersect unit test
    • [#a0ce2bbb] add PCA tests
    • [#b92244a4] Added tests for Distributions.Continuous.F
    • [#3ae95591] add interval tests #208
    • [#4907e532] Add exponential Distribution unit tests
    • [#47e2595e] Add beta function tests and xml docs
    • [#d9617f56] Add tests for SolveTriangularLinearSystem
    • [#dd412093] Add gamma function tests, add edgecase matches, add xml docs
    • [#68aec558] add twoSamplePaired ttest test
    • [#440a789c] add twosamplePaired ttest test
    • [#e5d21a7e] Add Binomial coefficient tests
    • [#142ae681] Add Unit test for F-Test
    • [#542b7897] Add docs for Bernoulli distribution 📚
    • [#312581f9] add onesample ttest test
    • [#8582dd72] Add error function tests, fix edge case return values for erfcx
    • [#cd964357] Add tests for SolveTriangularLinearSystems (Case: Lower)
    • [#872ace38] add twosample ttest test
    • [#c41cff63] Add logistic function tests
    • [#60615948] Add tests for SolveTriangularLinearSystems (Case: Upper)
    • [#1673a013] Add factorial and factorialLn tests, codebase cleanup
    • [#261b0b80] add distance metrics tests
  • Documentation

Release 0.4.7

30 May 14:06
Compare
Choose a tag to compare

Nuget

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

0.4.7+9386ed56 (Released 2022-5-30)

  • Additions:
    • latest commit #9386ed56
    • [#a28a119b] add release notes build target
  • Bugfixes:
    • [#8060b68a] Fix index errors on ommitted rows + ommitted cols formatting
  • Tests
    • [#8a559f56] Add int Matrix formatting tests

Release 0.4.6

30 May 10:57
Compare
Choose a tag to compare

Nuget

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

0.4.6+5133c86a (Released 2022-5-30)

  • Additions:
    • latest commit #5133c86a
    • [#194] add nullspace accuracy parameter #194
    • [#200] move DistanceMetrics from ML to Core #200
    • [#203] Add FSharp.Stats.Interactive
  • Bugfixes:
    • [#195] fix Gamma function edge cases
    • [#183] fix rank module #183
  • Tests:
    • [#72faba16] Add tests for formatting special float cases (infinity,nan)
    • [#39ffb209] Add formatting tests
    • [#9390d4b3] add rank unit tests
    • [#fb36a90d] add Polynomial interpolation test
    • [#6de434f0] add interpolation coefficients tests
    • [#ca9ad465] Add Natural Cubic,Quandratic and Parabolic Tests
  • Documentation:

Release 0.4.5

08 Apr 14:11
Compare
Choose a tag to compare

Nuget

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

0.4.5+dd76c80 (Released 2022-4-8)

  • Additions:
    • latest commit #dd76c80
    • [#188] add Comparison metrics docs
    • [#188] add binary confusion matrix
    • [#188] add multi lable confusion matrix
    • [#188] add integration docs
  • Improvements:
    • [#188] update Integration module
    • [#2777594] update to project-based build pipeline, use .net 6.0
    • [#192] improve Quantile speed

Release 0.4.4

08 Mar 08:47
Compare
Choose a tag to compare

Nuget

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

0.4.4+30d2f800 (Released 2022-3-8)

  • Additions:
    • latest commit #30d2f800
    • [#30d2f800] update FSharpAux version
    • [#162] add LeastSquaresCholesky
    • [#165] remove Complex module
    • [#184] update List.median output

Release 0.4.3

19 Jan 16:54
Compare
Choose a tag to compare
Release 0.4.3 Pre-release
Pre-release

Nuget

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

0.4.3+d424857 (Released 2022-1-19)