FSharp.Stats
0.4.6
See the version list below for details.
dotnet add package FSharp.Stats --version 0.4.6
NuGet\Install-Package FSharp.Stats -Version 0.4.6
<PackageReference Include="FSharp.Stats" Version="0.4.6" />
paket add FSharp.Stats --version 0.4.6
#r "nuget: FSharp.Stats, 0.4.6"
// Install FSharp.Stats as a Cake Addin #addin nuget:?package=FSharp.Stats&version=0.4.6 // Install FSharp.Stats as a Cake Tool #tool nuget:?package=FSharp.Stats&version=0.4.6
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.4)
- FSharpAux (>= 1.1.0)
- FSharpAux.IO (>= 1.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 | 282 | 2/19/2024 |
0.5.1-preview.1 | 210 | 9/22/2023 |
0.5.0 | 33,477 | 8/4/2023 |
0.4.12-preview.3 | 558 | 6/29/2023 |
0.4.12-preview.2 | 444 | 4/6/2023 |
0.4.12-preview.1 | 331 | 2/21/2023 |
0.4.11 | 6,691 | 2/6/2023 |
0.4.10 | 448 | 1/25/2023 |
0.4.9 | 643 | 11/18/2022 |
0.4.8 | 7,214 | 8/29/2022 |
0.4.7 | 2,603 | 5/30/2022 |
0.4.6 | 500 | 5/30/2022 |
0.4.5 | 1,134 | 4/8/2022 |
0.4.4 | 1,510 | 3/8/2022 |
0.4.3 | 2,542 | 1/19/2022 |
0.4.2 | 18,209 | 7/27/2021 |
0.4.1 | 2,929 | 4/9/2021 |
0.4.0 | 4,092 | 12/15/2020 |
0.3.0-beta | 569 | 10/9/2020 |
0.2.1-beta | 6,014 | 2/17/2020 |
Additions:
latest commit #5133c86a
[[#194](https://github.com/fslaborg/FSharp.Stats/issues/194)] add nullspace accuracy parameter #194
[[#200](https://github.com/fslaborg/FSharp.Stats/issues/200)] move DistanceMetrics from ML to Core #200
[[#203](https://github.com/fslaborg/FSharp.Stats/pull/203)] Add FSharp.Stats.Interactive
Bugfixes:
[[#195](https://github.com/fslaborg/FSharp.Stats/issues/195)] fix Gamma function edge cases
[[#183](https://github.com/fslaborg/FSharp.Stats/issues/183)] fix rank module #183
Tests:
[[#72faba16](https://github.com/fslaborg/FSharp.Stats/commit/72faba1633269a02cdb9965f62efb2501ff569ba)] Add tests for formatting special float cases (infinity,nan)
[[#39ffb209](https://github.com/fslaborg/FSharp.Stats/commit/39ffb209f340f4cc59dac0b5ac8dd3fdd61c3fe4)] Add formatting tests
[[#9390d4b3](https://github.com/fslaborg/FSharp.Stats/commit/9390d4b39f2bf73c0412423ae8b4c62e465a5796)] add rank unit tests
[[#fb36a90d](https://github.com/fslaborg/FSharp.Stats/commit/fb36a90d2d17a1f788dbd2de4f139c7ee5954709)] add Polynomial interpolation test
[[#6de434f0](https://github.com/fslaborg/FSharp.Stats/commit/6de434f0e42a399fc27fd1fec938666fb5ede310)] add interpolation coefficients tests
[[#ca9ad465](https://github.com/fslaborg/FSharp.Stats/commit/ca9ad4653564438d98fe568886165bb1d83c6c55)] Add Natural Cubic,Quandratic and Parabolic Tests
Documentation:
[[#5b17a5f6](https://github.com/fslaborg/FSharp.Stats/commit/5b17a5f69410bb2f796725dc02750c0d69fc3eae)] add rank documentation #183
[[#d1a46d61](https://github.com/fslaborg/FSharp.Stats/commit/d1a46d6162b034e0c7b2ee8f3da862d74f5696b3)] update q value variant description