FSharp.Stats 0.6.0

dotnet add package FSharp.Stats --version 0.6.0                
NuGet\Install-Package FSharp.Stats -Version 0.6.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FSharp.Stats" Version="0.6.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FSharp.Stats --version 0.6.0                
#r "nuget: FSharp.Stats, 0.6.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FSharp.Stats as a Cake Addin
#addin nuget:?package=FSharp.Stats&version=0.6.0

// Install FSharp.Stats as a Cake Tool
#tool nuget:?package=FSharp.Stats&version=0.6.0                

F#-first linear algebra, machine learning, fitting, signal processing, and statistical testing.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (18)

Showing the top 5 NuGet packages that depend on FSharp.Stats:

Package Downloads
BioFSharp

Open source bioinformatics and computational biology toolbox written in F#.

BioFSharp.Stats

Statistical functions with a clear biological focus written in F#.

BioFSharp.ImgP

Image recognition and analysis using wavelet transformations

BIO-BTE-06-L-7_Aux

Auxiliary functions for the course BIO-BTE-06-L-7

ProteomIQon

ProteomIQon - computational proteomics

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.6.0 36 1/7/2025
0.5.1-preview.2 487 2/19/2024
0.5.1-preview.1 213 9/22/2023
0.5.0 37,041 8/4/2023
0.4.12-preview.3 561 6/29/2023
0.4.12-preview.2 454 4/6/2023
0.4.12-preview.1 364 2/21/2023
0.4.11 6,831 2/6/2023
0.4.10 454 1/25/2023
0.4.9 650 11/18/2022
0.4.8 7,269 8/29/2022
0.4.7 2,614 5/30/2022
0.4.6 506 5/30/2022
0.4.5 1,142 4/8/2022
0.4.4 1,516 3/8/2022
0.4.3 2,766 1/19/2022
0.4.2 18,587 7/27/2021
0.4.1 2,935 4/9/2021
0.4.0 4,688 12/15/2020
0.3.0-beta 574 10/9/2020
0.2.1-beta 6,018 2/17/2020

Additions:
latest commit #529c2c01
[[#7aa79c61](https://github.com/fslaborg/FSharp.Stats/commit/7aa79c61d71534623276d4a709a7f5d2ce0ff796)] add multinomial distribution
[[#bb43b03b](https://github.com/fslaborg/FSharp.Stats/commit/bb43b03bc2c13d05ee0c975e79c5fe2bcba75ba2)] add Normalized Mutual Information #313
[[#4b6f1cf7](https://github.com/fslaborg/FSharp.Stats/commit/4b6f1cf783b79b34e2d2c9d682c21d55f8606f6b)] add KNN classifier
[[#9ba92b6f](https://github.com/fslaborg/FSharp.Stats/commit/9ba92b6f47043d7a7ccdc933a18dad4f2ce705df)] add minkowski distance
[[#65a0a690](https://github.com/fslaborg/FSharp.Stats/commit/65a0a6900576a6a7fe1ecaaf150102592de5bca7)] add Bezier interpolation
[[#b7792aeb](https://github.com/fslaborg/FSharp.Stats/commit/b7792aeb705fc404530ce15849f818ff139b4f76)] add hamming distance functions
[[#414d461e](https://github.com/fslaborg/FSharp.Stats/commit/414d461e9bee40f5fed53994e196f59ccee8272e)] add cubic spline with slopes
[[#6a9038e9](https://github.com/fslaborg/FSharp.Stats/commit/6a9038e9b2c04da4ec35bb4e65f35adecd55c158)] add interpolation differentiation add interpolation integration
[[#8fb5d6dd](https://github.com/fslaborg/FSharp.Stats/commit/8fb5d6dd07ff213a4e91b618fb2e654bc6147985)] add step interpolation
[[#f7a32615](https://github.com/fslaborg/FSharp.Stats/commit/f7a326151453a69f0a39dc7db16933bb4a9865e1)] rewrite kendall add tauc and taua variants
[[#57f89394](https://github.com/fslaborg/FSharp.Stats/commit/57f8939410a549a539920d3e84722dde2ba3a896)] add Generalised Linear Models to FSharpStats (#334)
Bugfixes:
[[#63d8aa19](https://github.com/fslaborg/FSharp.Stats/commit/63d8aa19e2ac73af1baf818b52a58ec3f9472c30)] fix setColM as seen in #315
[[#0ac2a52d](https://github.com/fslaborg/FSharp.Stats/commit/0ac2a52de81b3a8fe973af37e35b7b6e48973160)] fix Akima interpolation slope calculation
[[#73937671](https://github.com/fslaborg/FSharp.Stats/commit/73937671343601aa53ace914f0e76091fa5d196d)] fix JaggedCollection.transpose
[[#2262dff8](https://github.com/fslaborg/FSharp.Stats/commit/2262dff82031c0fb4f2188d049e5a23490d0968b)] fix compiler warnings
[[#d6034f80](https://github.com/fslaborg/FSharp.Stats/commit/d6034f80389b26ca288637ad2616fcb1e7892409)] fix Seq.mean parameter name
Docu:
[[#59eaf551](https://github.com/fslaborg/FSharp.Stats/commit/59eaf551b4ebb804d733763e3e7281747ba01873)] add step interpolation docu
[[#557ee8ab](https://github.com/fslaborg/FSharp.Stats/commit/557ee8ab1086c359c6ed97abe9d4421502e86bcd)] add multinomial docu
[[#b0c973ac](https://github.com/fslaborg/FSharp.Stats/commit/b0c973ac4e49dfacc3b5fc8d41b71d182ce2a84f)] update Random docs
[[#d086f3d5](https://github.com/fslaborg/FSharp.Stats/commit/d086f3d526f8a8b3df09b9522e72e0a9f12fe942)] update Interval docs
Rework
[[#d086f3d5](https://github.com/fslaborg/FSharp.Stats/commit/529c2c017b9d3ae39a1372964fac24c775b851ed)] rename Imputation module
[[#13294547](https://github.com/fslaborg/FSharp.Stats/commit/1329454756245b339d744bb2b4d80d9b497a76fe)] remove AutoOpen on Seq, List and Array modules #333