FSharp.Stats
0.4.12-preview.1
See the version list below for details.
dotnet add package FSharp.Stats --version 0.4.12-preview.1
NuGet\Install-Package FSharp.Stats -Version 0.4.12-preview.1
<PackageReference Include="FSharp.Stats" Version="0.4.12-preview.1" />
paket add FSharp.Stats --version 0.4.12-preview.1
#r "nuget: FSharp.Stats, 0.4.12-preview.1"
// Install FSharp.Stats as a Cake Addin #addin nuget:?package=FSharp.Stats&version=0.4.12-preview.1&prerelease // Install FSharp.Stats as a Cake Tool #tool nuget:?package=FSharp.Stats&version=0.4.12-preview.1&prerelease
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.1)
- 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 #12e3f13e
[[#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
[[#060f696a](https://github.com/fslaborg/FSharp.Stats/commit/060f696a9e8f8bad7542bf35bb5ba885f560d574)] add EmpiricalDistribution type
Bugfixes:
[[#32fa0c23](https://github.com/fslaborg/FSharp.Stats/commit/32fa0c23f2629dd9c149b4d98bc9c0befea86ad2)] fix floating point errors at edge cases #245
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