FSharp.Stats.MSF

Statistical computations in F# using the Microsoft Solver Foundation


Keywords
FSharp, F#, Statistics, Mathematics, Stats, Math, Numerics, algebra, linear-algebra
License
Apache-2.0
Install
Install-Package FSharp.Stats.MSF -Version 0.3.0-beta

Documentation

FSharp.Stats

Gitter Generic badge GitHub contributors Build status codecov

FSharp.Stats is supposed to be a multipurpose project for statistical testing, linear algebra, machine learning, fitting and signal processing.


Amongst others, following functionalities are covered:
Descriptive statistics Fitting Interpolation Signal processing






Linear algebra Machine Learning Optimization Testing
  • Singular value decomposition


  • Brent minimization
  • Bisection

Documentation

Indepth explanations, tutorials and general information about the project can be found here. The documentation and tutorials for this library are automatically generated (using the F# Formatting) from *.fsx and *.md files in the docs folder. If you find a typo, please submit a pull request!

Contributing

Please refer to the Contribution guidelines.

Library license

The library is available under Apache 2.0. For more information see the License file in the GitHub repository.