Essy.Math.Statistical 2.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Essy.Math.Statistical --version 2.2.0
NuGet\Install-Package Essy.Math.Statistical -Version 2.2.0
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="Essy.Math.Statistical" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Essy.Math.Statistical --version 2.2.0
#r "nuget: Essy.Math.Statistical, 2.2.0"
#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 Essy.Math.Statistical as a Cake Addin
#addin nuget:?package=Essy.Math.Statistical&version=2.2.0

// Install Essy.Math.Statistical as a Cake Tool
#tool nuget:?package=Essy.Math.Statistical&version=2.2.0

A Static class that contains these functions:
     -StandardDeviation
     -CV
     -CVPercentage
     -Avarage
     -TrimmedAverage
     -Median
     -CalculatePercentage
     -Plus2StandardDeviation
     -Minus2StandardDeviation
     -Plus3StandardDeviation
     -Minus3StandardDeviation

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Essy.Math.Statistical:

Package Downloads
SerializableFormula

A fast library used to calculate a text based formula input all contained in a convienent serilizable object. Add your own custom functions and variables. Calculate Boolean, String and Float outputs.

TFPExpressionParser.Functions

Common functions for use with the TFPExpressionParser.NET package

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.6.0 350 4/18/2023
2.5.0 179 4/6/2023
2.4.0 1,772 10/21/2020
2.3.0 487 10/20/2020
2.2.0 719 3/12/2019
2.1.0 1,025 6/20/2018
2.0.0 1,785 5/1/2018
1.0.0 1,866 7/30/2012

Added Median