FSharp.Stats
FSharp.Stats copied to clipboard
Use MathNet.Numerics(.FSharp) for primitives
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?