FSharp.Stats 0.5.1-preview.1

This is a prerelease version of FSharp.Stats.
There is a newer version of this package available.
See the version list below for details.
dotnet add package FSharp.Stats --version 0.5.1-preview.1
                    
NuGet\Install-Package FSharp.Stats -Version 0.5.1-preview.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FSharp.Stats" Version="0.5.1-preview.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FSharp.Stats" Version="0.5.1-preview.1" />
                    
Directory.Packages.props
<PackageReference Include="FSharp.Stats" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FSharp.Stats --version 0.5.1-preview.1
                    
#r "nuget: FSharp.Stats, 0.5.1-preview.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=FSharp.Stats&version=0.5.1-preview.1&prerelease
                    
Install FSharp.Stats as a Cake Addin
#tool nuget:?package=FSharp.Stats&version=0.5.1-preview.1&prerelease
                    
Install FSharp.Stats as a Cake Tool

F#-first linear algebra, machine learning, fitting, signal processing, and statistical testing.

Product 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (17)

Showing the top 5 NuGet packages that depend on FSharp.Stats:

Package Downloads
BioFSharp.Stats

Statistical functions with a clear biological focus written in F#.

BioFSharp.ImgP

Image recognition and analysis using wavelet transformations

ProteomIQon

ProteomIQon - computational proteomics

BioFSharp.Mz

BioFSharp.Mz - modular computational proteomics

BIO-BTE-06-L-7_Aux

Auxiliary functions for the course BIO-BTE-06-L-7

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.6.0 4,570 1/7/2025
0.5.1-preview.2 973 2/19/2024
0.5.1-preview.1 215 9/22/2023
0.5.0 45,541 8/4/2023
0.4.12-preview.3 570 6/29/2023
0.4.12-preview.2 480 4/6/2023
0.4.12-preview.1 494 2/21/2023
0.4.11 7,741 2/6/2023
0.4.10 475 1/25/2023
0.4.9 666 11/18/2022
0.4.8 7,320 8/29/2022
0.4.7 2,637 5/30/2022
0.4.6 549 5/30/2022
0.4.5 1,164 4/8/2022
0.4.4 1,538 3/8/2022
0.4.3 3,435 1/19/2022
0.4.2 20,589 7/27/2021
0.4.1 3,021 4/9/2021
0.4.0 6,144 12/15/2020
0.3.0-beta 608 10/9/2020
0.2.1-beta 6,060 2/17/2020

Additions:
latest commit #a51357f1
[[#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:
[[#0ac2a52d](https://github.com/fslaborg/FSharp.Stats/commit/0ac2a52de81b3a8fe973af37e35b7b6e48973160)] fix Akima interpolation