FSharp.Stats.Interactive
0.5.0
See the version list below for details.
dotnet add package FSharp.Stats.Interactive --version 0.5.0
NuGet\Install-Package FSharp.Stats.Interactive -Version 0.5.0
<PackageReference Include="FSharp.Stats.Interactive" Version="0.5.0" />
paket add FSharp.Stats.Interactive --version 0.5.0
#r "nuget: FSharp.Stats.Interactive, 0.5.0"
// Install FSharp.Stats.Interactive as a Cake Addin #addin nuget:?package=FSharp.Stats.Interactive&version=0.5.0 // Install FSharp.Stats.Interactive as a Cake Tool #tool nuget:?package=FSharp.Stats.Interactive&version=0.5.0
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.0)
- 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:
add various XML comments in Interpolation and Fitting modules
BREAKING: major refactor of Fitting and Interpolation module
separate CubicSpline.Simple and CubicSpline.Akima
rename coefficient to fit and fit to predict
addition of LinearRegression and Interpolation type
[[#8ab0975](https://github.com/fslaborg/FSharp.Stats/commit/8ab0975e53933d27d894fc67651d0f01d924b6eb)] addition of clamped cubic spline
[[#e884a75e](https://github.com/fslaborg/FSharp.Stats/commit/e884a75e92c84372f0e727192e6419c9c591a3cd)] update FSharpAux version
update interval type