FSharp.Stats.Interactive 0.6.0

dotnet add package FSharp.Stats.Interactive --version 0.6.0                
NuGet\Install-Package FSharp.Stats.Interactive -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.Interactive" 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.Interactive --version 0.6.0                
#r "nuget: FSharp.Stats.Interactive, 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.Interactive as a Cake Addin
#addin nuget:?package=FSharp.Stats.Interactive&version=0.6.0

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

A .NET Interactive Kernel Extension for displaying FSharp.Stats types and objects.

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 netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.6.0 26 1/7/2025
0.5.1-preview.2 334 2/19/2024
0.5.1-preview.1 89 9/22/2023
0.5.0 178 8/4/2023
0.4.12-preview.3 113 6/29/2023
0.4.12-preview.2 128 4/6/2023
0.4.12-preview.1 102 2/21/2023
0.4.9 148 11/18/2022
0.4.8 122 8/29/2022
0.4.7 146 5/30/2022
0.4.6 134 5/30/2022

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