FSharp.Stats
0.5.0
See the version list below for details.
dotnet add package FSharp.Stats --version 0.5.0
NuGet\Install-Package FSharp.Stats -Version 0.5.0
<PackageReference Include="FSharp.Stats" Version="0.5.0" />
paket add FSharp.Stats --version 0.5.0
#r "nuget: FSharp.Stats, 0.5.0"
// Install FSharp.Stats as a Cake Addin #addin nuget:?package=FSharp.Stats&version=0.5.0 // Install FSharp.Stats as a Cake Tool #tool nuget:?package=FSharp.Stats&version=0.5.0
F#-first linear algebra, machine learning, fitting, signal processing, and statistical testing.
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 | 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. |
-
.NETStandard 2.0
- FSharp.Core (>= 6.0.7)
- FSharpAux (>= 2.0.0)
- FSharpAux.Core (>= 2.0.0)
- FSharpAux.IO (>= 2.0.0)
- OptimizedPriorityQueue (>= 5.1.0)
NuGet packages (18)
Showing the top 5 NuGet packages that depend on FSharp.Stats:
Package | Downloads |
---|---|
BioFSharp
Open source bioinformatics and computational biology toolbox written in F#. |
|
BioFSharp.Stats
Statistical functions with a clear biological focus written in F#. |
|
BioFSharp.ImgP
Image recognition and analysis using wavelet transformations |
|
BIO-BTE-06-L-7_Aux
Auxiliary functions for the course BIO-BTE-06-L-7 |
|
TMEA
TMEA (Thermodynamically Motivated Enrichment Analysis) is a thermodynamically motivated approach to gene set enrichment analysis |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.5.1-preview.2 | 161 | 2/19/2024 |
0.5.1-preview.1 | 204 | 9/22/2023 |
0.5.0 | 30,425 | 8/4/2023 |
0.4.12-preview.3 | 552 | 6/29/2023 |
0.4.12-preview.2 | 439 | 4/6/2023 |
0.4.12-preview.1 | 325 | 2/21/2023 |
0.4.11 | 6,531 | 2/6/2023 |
0.4.10 | 439 | 1/25/2023 |
0.4.9 | 635 | 11/18/2022 |
0.4.8 | 7,152 | 8/29/2022 |
0.4.7 | 2,589 | 5/30/2022 |
0.4.6 | 490 | 5/30/2022 |
0.4.5 | 1,124 | 4/8/2022 |
0.4.4 | 1,501 | 3/8/2022 |
0.4.3 | 2,431 | 1/19/2022 |
0.4.2 | 17,826 | 7/27/2021 |
0.4.1 | 2,920 | 4/9/2021 |
0.4.0 | 3,842 | 12/15/2020 |
0.3.0-beta | 563 | 10/9/2020 |
0.2.1-beta | 6,002 | 2/17/2020 |
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