FSharp.Stats.Interactive
0.4.6
See the version list below for details.
dotnet add package FSharp.Stats.Interactive --version 0.4.6
NuGet\Install-Package FSharp.Stats.Interactive -Version 0.4.6
<PackageReference Include="FSharp.Stats.Interactive" Version="0.4.6" />
paket add FSharp.Stats.Interactive --version 0.4.6
#r "nuget: FSharp.Stats.Interactive, 0.4.6"
// Install FSharp.Stats.Interactive as a Cake Addin #addin nuget:?package=FSharp.Stats.Interactive&version=0.4.6 // Install FSharp.Stats.Interactive as a Cake Tool #tool nuget:?package=FSharp.Stats.Interactive&version=0.4.6
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.4)
- FSharp.Stats (>= 0.4.6)
- 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 #5133c86a
[[#194](https://github.com/fslaborg/FSharp.Stats/issues/194)] add nullspace accuracy parameter #194
[[#200](https://github.com/fslaborg/FSharp.Stats/issues/200)] move DistanceMetrics from ML to Core #200
[[#203](https://github.com/fslaborg/FSharp.Stats/pull/203)] Add FSharp.Stats.Interactive
Bugfixes:
[[#195](https://github.com/fslaborg/FSharp.Stats/issues/195)] fix Gamma function edge cases
[[#183](https://github.com/fslaborg/FSharp.Stats/issues/183)] fix rank module #183
Tests:
[[#72faba16](https://github.com/fslaborg/FSharp.Stats/commit/72faba1633269a02cdb9965f62efb2501ff569ba)] Add tests for formatting special float cases (infinity,nan)
[[#39ffb209](https://github.com/fslaborg/FSharp.Stats/commit/39ffb209f340f4cc59dac0b5ac8dd3fdd61c3fe4)] Add formatting tests
[[#9390d4b3](https://github.com/fslaborg/FSharp.Stats/commit/9390d4b39f2bf73c0412423ae8b4c62e465a5796)] add rank unit tests
[[#fb36a90d](https://github.com/fslaborg/FSharp.Stats/commit/fb36a90d2d17a1f788dbd2de4f139c7ee5954709)] add Polynomial interpolation test
[[#6de434f0](https://github.com/fslaborg/FSharp.Stats/commit/6de434f0e42a399fc27fd1fec938666fb5ede310)] add interpolation coefficients tests
[[#ca9ad465](https://github.com/fslaborg/FSharp.Stats/commit/ca9ad4653564438d98fe568886165bb1d83c6c55)] Add Natural Cubic,Quandratic and Parabolic Tests
Documentation:
[[#5b17a5f6](https://github.com/fslaborg/FSharp.Stats/commit/5b17a5f69410bb2f796725dc02750c0d69fc3eae)] add rank documentation #183
[[#d1a46d61](https://github.com/fslaborg/FSharp.Stats/commit/d1a46d6162b034e0c7b2ee8f3da862d74f5696b3)] update q value variant description