FSharp.Stats.Interactive
0.5.1-preview.2
dotnet add package FSharp.Stats.Interactive --version 0.5.1-preview.2
NuGet\Install-Package FSharp.Stats.Interactive -Version 0.5.1-preview.2
<PackageReference Include="FSharp.Stats.Interactive" Version="0.5.1-preview.2" />
paket add FSharp.Stats.Interactive --version 0.5.1-preview.2
#r "nuget: FSharp.Stats.Interactive, 0.5.1-preview.2"
// Install FSharp.Stats.Interactive as a Cake Addin #addin nuget:?package=FSharp.Stats.Interactive&version=0.5.1-preview.2&prerelease // Install FSharp.Stats.Interactive as a Cake Tool #tool nuget:?package=FSharp.Stats.Interactive&version=0.5.1-preview.2&prerelease
A .NET Interactive Kernel Extension for displaying FSharp.Stats types and objects.
Product | Versions 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. |
.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. |
-
.NETStandard 2.1
- FSharp.Core (>= 6.0.7)
- FSharp.Stats (>= 0.5.1-preview.2)
- Microsoft.DotNet.Interactive (>= 1.0.0-beta.22256.1)
- Microsoft.DotNet.Interactive.Formatting (>= 1.0.0-beta.22256.1)
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.5.1-preview.2 | 173 | 2/19/2024 |
0.5.1-preview.1 | 86 | 9/22/2023 |
0.5.0 | 169 | 8/4/2023 |
0.4.12-preview.3 | 108 | 6/29/2023 |
0.4.12-preview.2 | 120 | 4/6/2023 |
0.4.12-preview.1 | 98 | 2/21/2023 |
0.4.9 | 142 | 11/18/2022 |
0.4.8 | 116 | 8/29/2022 |
0.4.7 | 140 | 5/30/2022 |
0.4.6 | 128 | 5/30/2022 |
Additions:
latest commit #54feda1a
[[#7aa79c61](https://github.com/fslaborg/FSharp.Stats/commit/7aa79c61d71534623276d4a709a7f5d2ce0ff796)] add multinomial distribution
[[#bb43b03b](https://github.com/fslaborg/FSharp.Stats/commit/bb43b03bc2c13d05ee0c975e79c5fe2bcba75ba2)] add NMI
[[#9919c4d5](https://github.com/fslaborg/FSharp.Stats/commit/9919c4d5c5efd8b0c222ade67ce73083ebc3286c)] documentation, tests, clean up
[[#4b6f1cf7](https://github.com/fslaborg/FSharp.Stats/commit/4b6f1cf783b79b34e2d2c9d682c21d55f8606f6b)] add KNN classifier and logic to ML Unsupervised
[[#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
[[#94716bd1](https://github.com/fslaborg/FSharp.Stats/commit/94716bd1bde514539e142058f152492b0549bb92)] Using `Interval` instead of tuples in distr.'s supports
[[#59eaf551](https://github.com/fslaborg/FSharp.Stats/commit/59eaf551b4ebb804d733763e3e7281747ba01873)] add step interpolation docu
[[#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
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