Basic statistics with some probability library.
Includes common distributions (Bernoulli, Binomial, Poisson, Student's and Normal), random number generators from some of the distributions, summary statistics for a sample, Z-Test, Student's T-Test, special functions (Error, Gamma, Beta and Regularized Incomplete Beta).
dotnet add package FsStats
dotnet test src/FsStats.Test/FsStats.Test.fsproj
dotnet pack # prints path to nupkg required by the next command
dotnet nuget push <path/to/nupkg> -k <API-KEY> -s https://api.nuget.org/v3/index.json
The code in this project is licensed under BSD 3-Clause license.