FSharp.Stats.Interactive
0.4.12-preview.1
See the version list below for details.
dotnet add package FSharp.Stats.Interactive --version 0.4.12-preview.1
NuGet\Install-Package FSharp.Stats.Interactive -Version 0.4.12-preview.1
<PackageReference Include="FSharp.Stats.Interactive" Version="0.4.12-preview.1" />
paket add FSharp.Stats.Interactive --version 0.4.12-preview.1
#r "nuget: FSharp.Stats.Interactive, 0.4.12-preview.1"
// Install FSharp.Stats.Interactive as a Cake Addin #addin nuget:?package=FSharp.Stats.Interactive&version=0.4.12-preview.1&prerelease // Install FSharp.Stats.Interactive as a Cake Tool #tool nuget:?package=FSharp.Stats.Interactive&version=0.4.12-preview.1&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.1)
- FSharp.Stats (>= 0.4.12-preview.1)
- 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 | 126 | 2/19/2024 |
0.5.1-preview.1 | 86 | 9/22/2023 |
0.5.0 | 167 | 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 | 138 | 11/18/2022 |
0.4.8 | 114 | 8/29/2022 |
0.4.7 | 138 | 5/30/2022 |
0.4.6 | 126 | 5/30/2022 |
Additions:
latest commit #12e3f13e
[[#35d0fc11](https://github.com/fslaborg/FSharp.Stats/commit/35d0fc11bb57a0ce3d7f39c9e9bdc20e667757ef)] add chebyshev based approximation
[[#e688e2be](https://github.com/fslaborg/FSharp.Stats/commit/e688e2be4a7e2f674dc6ed5167253bf90a28b2df)] add mor normalization function
[[#060f696a](https://github.com/fslaborg/FSharp.Stats/commit/060f696a9e8f8bad7542bf35bb5ba885f560d574)] add EmpiricalDistribution type
Bugfixes:
[[#32fa0c23](https://github.com/fslaborg/FSharp.Stats/commit/32fa0c23f2629dd9c149b4d98bc9c0befea86ad2)] fix floating point errors at edge cases #245
Documentation:
[[#12e3f13e](https://github.com/fslaborg/FSharp.Stats/commit/12e3f13ec5380f6b4f49cf37b9164b19c6fc902b)] update Empirical distribution docu #245
[[#14041ceb](https://github.com/fslaborg/FSharp.Stats/commit/14041cebb9a72a382efb41dc5a74ce365fcfbb8f)] add chebyshev node documenation