FSharp.Stats 0.4.12-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.4.12-preview.1
NuGet\Install-Package FSharp.Stats -Version 0.4.12-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.4.12-preview.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FSharp.Stats --version 0.4.12-preview.1
#r "nuget: FSharp.Stats, 0.4.12-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.
// 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 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. 
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

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 60 2/19/2024
0.5.1-preview.1 182 9/22/2023
0.5.0 9,473 8/4/2023
0.4.12-preview.3 537 6/29/2023
0.4.12-preview.2 391 4/6/2023
0.4.12-preview.1 297 2/21/2023
0.4.11 4,992 2/6/2023
0.4.10 407 1/25/2023
0.4.9 607 11/18/2022
0.4.8 5,821 8/29/2022
0.4.7 2,552 5/30/2022
0.4.6 462 5/30/2022
0.4.5 1,106 4/8/2022
0.4.4 1,478 3/8/2022
0.4.3 2,323 1/19/2022
0.4.2 14,359 7/27/2021
0.4.1 2,694 4/9/2021
0.4.0 3,535 12/15/2020
0.3.0-beta 541 10/9/2020
0.2.1-beta 5,644 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