FSharp.Stats 0.3.0-beta

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

// Install FSharp.Stats as a Cake Tool
#tool nuget:?package=FSharp.Stats&version=0.3.0-beta&prerelease

Statistical computations in F#

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 net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 is compatible.  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 (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 70 2/19/2024
0.5.1-preview.1 182 9/22/2023
0.5.0 10,493 8/4/2023
0.4.12-preview.3 537 6/29/2023
0.4.12-preview.2 394 4/6/2023
0.4.12-preview.1 297 2/21/2023
0.4.11 5,055 2/6/2023
0.4.10 411 1/25/2023
0.4.9 609 11/18/2022
0.4.8 6,001 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,326 1/19/2022
0.4.2 14,773 7/27/2021
0.4.1 2,746 4/9/2021
0.4.0 3,537 12/15/2020
0.3.0-beta 541 10/9/2020
0.2.1-beta 5,648 2/17/2020

Several bugfixes and additions to multiple namespaces.
The documentation and unit tests have been extended.
Version bump to 0.3.0
FSharp.Stats**
[Improvement of gap statistics performance](https://github.com/CSBiology/FSharp.Stats/commit/14471ea04e393386227f3f295657d8f69d636609)
Bug fixes:
[Random number generator bug in GapStatistics ](https://github.com/CSBiology/FSharp.Stats/commit/f74f0cfeec832a0c0524e79122c233fa28cf71e0)
[Slope calculation for monoton spline](https://github.com/CSBiology/FSharp.Stats/commit/1043d250a8156c3070698bea5df27e06092b1ee3)
[F distribution CDF](https://github.com/CSBiology/FSharp.Stats/commit/fbacbef509a7a31a116e4fda359a6565791ddec0)
[Chi square CDF](https://github.com/CSBiology/FSharp.Stats/commit/09e5fcf93f21e5d1a456ce536afe3e9d4fa5dae3)
[Covariance calculation](https://github.com/CSBiology/FSharp.Stats/commit/8b7b7305e87850bcd4cd9894549923663e31fbed)
[Tukey's HSD](https://github.com/CSBiology/FSharp.Stats/commit/2edac073b647f872734be44bc231c81a979ad109)
[Covariance calculation](https://github.com/CSBiology/FSharp.Stats/commit/8b7b7305e87850bcd4cd9894549923663e31fbed)
Additional functionalities:
[Silhouette index for cluster number determination](https://github.com/CSBiology/FSharp.Stats/commit/839297bd1bf97164717e1450867dfe72ee9a6fd9)
[Extend range support for hypergeometric distribution](https://github.com/CSBiology/FSharp.Stats/commit/cf369847677683a19caef559d9d0663cee73955d)
[getCriticalTValue function](https://github.com/CSBiology/FSharp.Stats/commit/d9eda45ba15d2af444ac915c5b096a22a3662d1d)
[Confidence and prediction bands for simple linear regression](https://github.com/CSBiology/FSharp.Stats/commit/e547a997b5fb5588b23a9276eb277b8c688ace86)
[Shuffle and split cross validation](https://github.com/CSBiology/FSharp.Stats/commit/9b173338b78820f4383b7d52af2d6c88dd9b0744)
[Generic version of leave one out cross validation](https://github.com/CSBiology/FSharp.Stats/commit/9366eff19d974bd37e9011ac8ae168eae7300ce3)
[Constrained simple linear regression](https://github.com/CSBiology/FSharp.Stats/commit/16b96283bd6b4915b98d958d0e2d63eb2ff1524c)
[Distribution distance metrices](https://github.com/CSBiology/FSharp.Stats/commit/abeedd0fba02fff27e60286c0632a2d96e9c2b18)
[Confidence intervals](https://github.com/CSBiology/FSharp.Stats/commit/b2017c0015aca533551fdfc9528db2bf20687f75)
[SEM (Standard error of the mean)](https://github.com/CSBiology/FSharp.Stats/commit/afb3352c4c13ef7fffa7b7a3cdfc7004b451d245)
[Growth curve fitting](https://github.com/CSBiology/FSharp.Stats/issues/63)
[One sample t test](https://github.com/CSBiology/FSharp.Stats/commit/18c80ec9006d2c4dc6bd2674d74e78aa8ffa9acc)
[Hierarchical clustering aggregation](https://github.com/CSBiology/FSharp.Stats/commit/ee3e485b0a3f3457123eccd917a28e1eb212547a)
[F test](https://github.com/CSBiology/FSharp.Stats/commit/02962581401c6139ddce07042596cd4b9e86b61e)
[Fishers LSD](https://github.com/CSBiology/FSharp.Stats/commit/ce00f676e7b07691f05c51e009b60ba76e5f39e7)
[H test](https://github.com/CSBiology/FSharp.Stats/commit/8fc3c5f407377dc7ef7c5c319f4e5fc86dd47818)
[Studentized range distribution](https://github.com/CSBiology/FSharp.Stats/commit/fecadc67b6cb1d64b2b269bd4b860ebe65505447)
FSharp.Stats.Lapack**
no changes
FSharp.Stats.MSF**
[Modularization of temporal classification module](https://github.com/CSBiology/FSharp.Stats/commit/5a479e3089c19dd7f4c4222675c5b0e8b4d4ff45)
Additional functionalities:
[xSpacing independent derivative determination with cubic splines](https://github.com/CSBiology/FSharp.Stats/commit/17ce2dc8c268a0b2d0e28272f6070acfccfa7226)