FSharp.Stats.Interactive
0.4.12-preview.2
See the version list below for details.
dotnet add package FSharp.Stats.Interactive --version 0.4.12-preview.2
NuGet\Install-Package FSharp.Stats.Interactive -Version 0.4.12-preview.2
<PackageReference Include="FSharp.Stats.Interactive" Version="0.4.12-preview.2" />
paket add FSharp.Stats.Interactive --version 0.4.12-preview.2
#r "nuget: FSharp.Stats.Interactive, 0.4.12-preview.2"
// Install FSharp.Stats.Interactive as a Cake Addin #addin nuget:?package=FSharp.Stats.Interactive&version=0.4.12-preview.2&prerelease // Install FSharp.Stats.Interactive as a Cake Tool #tool nuget:?package=FSharp.Stats.Interactive&version=0.4.12-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.1)
- FSharp.Stats (>= 0.4.12-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 | 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 #b4e05356
[[#c7117ef3](https://github.com/fslaborg/FSharp.Stats/commit/c7117ef3188f81818b1b8e4d04cf381420ca8492)] add negBinom distribution #256
[[#e35a3e6a](https://github.com/fslaborg/FSharp.Stats/commit/e35a3e6a06654f2fd184481f3ea50f8241abe39e)] add Signal.Binning
[[#c3a98d41](https://github.com/fslaborg/FSharp.Stats/commit/c3a98d412c2f58d992d5ea0b46995b9092bae86e)] add Nelder-Mead
[[#e28b4c88](https://github.com/fslaborg/FSharp.Stats/commit/e28b4c881c1789161fafb6184f77ff0b3e6526fb)] add geomspace #252
[[#39e31c05](https://github.com/fslaborg/FSharp.Stats/commit/39e31c059f4ce25db75b559e56d35b38b4b5dae0)] add linspace add linspace tests #235
[[#6b839083](https://github.com/fslaborg/FSharp.Stats/commit/6b839083189915d2a40110ec4fadacbd392f6919)] add shorthand to filter out nan values from array #249
[[#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
Bugfixes:
[[#32fa0c23](https://github.com/fslaborg/FSharp.Stats/commit/32fa0c23f2629dd9c149b4d98bc9c0befea86ad2)] fix floating point errors at edge cases #245
[[#ef21a0fd](https://github.com/fslaborg/FSharp.Stats/commit/ef21a0fdab932dfe09022eac69c68bb39de97db9)] fix beta distribution PDF
[[#baf2a52f](https://github.com/fslaborg/FSharp.Stats/commit/baf2a52f5bc442dded23e17e9dec8396416a0127)] fix neg binomial distribution #256
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
[[#b4e05356](https://github.com/fslaborg/FSharp.Stats/commit/b4e053567bc5bbbcf9b210767cb6be974afb8cf8)] add nelder mead docu
[[#4d8b0505](https://github.com/fslaborg/FSharp.Stats/commit/4d8b0505f4cda4e0dbb17c0e4cc1249cc1ba9ff6)] add negBinom docu