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

Use MathNet.Numerics(.FSharp) for primitives #174

Open mettekou opened 2 years ago

mettekou commented 2 years ago

The numerical computing ecosystem for .NET is fragmented, leading to code duplication across this library, Math.NET projects, and NumSharp. For instance, the linear algebra primitives this library implements are already available in MathNet.Numerics (including support for MKL), as are some statistical functions. Would it be possible to use MathNet.Numerics as the provider for these primitives in this library?