FSharp.Stats
0.4.12-preview.3
See the version list below for details.
dotnet add package FSharp.Stats --version 0.4.12-preview.3
NuGet\Install-Package FSharp.Stats -Version 0.4.12-preview.3
<PackageReference Include="FSharp.Stats" Version="0.4.12-preview.3" />
paket add FSharp.Stats --version 0.4.12-preview.3
#r "nuget: FSharp.Stats, 0.4.12-preview.3"
// Install FSharp.Stats as a Cake Addin #addin nuget:?package=FSharp.Stats&version=0.4.12-preview.3&prerelease // Install FSharp.Stats as a Cake Tool #tool nuget:?package=FSharp.Stats&version=0.4.12-preview.3&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)
- 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:
latest commit #46d86ad1
[[#c7117ef3](https://github.com/fslaborg/FSharp.Stats/commit/c7117ef3188f81818b1b8e4d04cf381420ca8492)] add negBinom distribution #256
[[#e35a3e6a](https://github.com/fslaborg/FSharp.Stats/commit/e35a3e6a06654f2fd184481f3ea50f8241abe39e)] add Signal.Binning
[[#c3a98d41](https://github.com/fslaborg/FSharp.Stats/commit/c3a98d412c2f58d992d5ea0b46995b9092bae86e)] add Nelder-Mead
[[#e28b4c88](https://github.com/fslaborg/FSharp.Stats/commit/e28b4c881c1789161fafb6184f77ff0b3e6526fb)] add geomspace #252
[[#39e31c05](https://github.com/fslaborg/FSharp.Stats/commit/39e31c059f4ce25db75b559e56d35b38b4b5dae0)] add linspace add linspace tests #235
[[#6b839083](https://github.com/fslaborg/FSharp.Stats/commit/6b839083189915d2a40110ec4fadacbd392f6919)] add shorthand to filter out nan values from array #249
[[#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
[[#3d6a2201](https://github.com/fslaborg/FSharp.Stats/commit/3d6a2201c45d792d95cc127c97c377fa4bcf496c)] add normal InvCDF
[[#44c80715](https://github.com/fslaborg/FSharp.Stats/commit/44c80715ec07d601bca7a86237c985c0e635da95)] add map merge #263
[[#6c9eb186](https://github.com/fslaborg/FSharp.Stats/commit/6c9eb18691dbf3a07655121e3b1790fe5bbb0315)] add wichura invCDF #262
[[#1ccd534b](https://github.com/fslaborg/FSharp.Stats/commit/1ccd534ba5e4633356e4aa3220f3579bc4745c00)] Added Performance Optimized hClust #266
[[#7b210363](https://github.com/fslaborg/FSharp.Stats/commit/7b210363e6dfaf590462dd7ae66a1d6bd0dee137)] add invCDF for lognormal #262
[[#3a0940fa](https://github.com/fslaborg/FSharp.Stats/commit/3a0940fa85d788064a8f423865f64575bce5ca86)] add parameter field to distribution interface #271
Bugfixes:
[[#32fa0c23](https://github.com/fslaborg/FSharp.Stats/commit/32fa0c23f2629dd9c149b4d98bc9c0befea86ad2)] fix floating point errors at edge cases #245
[[#ef21a0fd](https://github.com/fslaborg/FSharp.Stats/commit/ef21a0fdab932dfe09022eac69c68bb39de97db9)] fix beta distribution PDF
[[#baf2a52f](https://github.com/fslaborg/FSharp.Stats/commit/baf2a52f5bc442dded23e17e9dec8396416a0127)] fix neg binomial distribution #256
[[#e6bfe6d4](https://github.com/fslaborg/FSharp.Stats/commit/e6bfe6d4a4528cfe0fd902c78cff162e39f7234b)] fix Signal.Padding #265
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
[[#b4e05356](https://github.com/fslaborg/FSharp.Stats/commit/b4e053567bc5bbbcf9b210767cb6be974afb8cf8)] add nelder mead docu
[[#4d8b0505](https://github.com/fslaborg/FSharp.Stats/commit/4d8b0505f4cda4e0dbb17c0e4cc1249cc1ba9ff6)] add negBinom docu
Deletions:
[[#cf9ece39](https://github.com/fslaborg/FSharp.Stats/commit/cf9ece398c0e2c1508a35b7e998c80f6569ac809)] remove the ContinuousDistribution module
[[#6fa2a2d5](https://github.com/fslaborg/FSharp.Stats/commit/6fa2a2d5eedaebb2b5dad5ce673b7c1848ba58f1)] Remove DiscreteDistribution.fs