Essy.Math.Statistical
2.2.0
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
<PackageReference Include="Essy.Math.Statistical" Version="2.2.0" />
paket add Essy.Math.Statistical --version 2.2.0
#r "nuget: Essy.Math.Statistical, 2.2.0"
// 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 | Versions 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. |
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.
Added Median