LinqDataCalc 1.0.3.21
dotnet add package LinqDataCalc --version 1.0.3.21
NuGet\Install-Package LinqDataCalc -Version 1.0.3.21
<PackageReference Include="LinqDataCalc" Version="1.0.3.21" />
paket add LinqDataCalc --version 1.0.3.21
#r "nuget: LinqDataCalc, 1.0.3.21"
// Install LinqDataCalc as a Cake Addin #addin nuget:?package=LinqDataCalc&version=1.0.3.21 // Install LinqDataCalc as a Cake Tool #tool nuget:?package=LinqDataCalc&version=1.0.3.21
LINQ-based statistical calculation, data analysis functions package
Review |
---|
🌐 Global Status |
This nuget package implements basic statistics and data analytics functions.
Some of them are displayed in the table below:
Function | Explanation |
---|---|
STDEVP() | Standard Deviation Calc. |
MEDIAN() | Median Calc. |
MODE() | Mode Value |
Additional randomization and Set-Based selections techniques are also included as part of the statistics package.
UPDATE: Added extended functionality for diffing, distance calculation algorithms and tree structures creation.
General usage/setup:
- On nupkg install from nuget package man. VS add relevant reference.
- Reference in-code:
using static LinqDataCalc.LinqDataCalcExtensions;
- Further usage, instructions on official online documentation.
Package installable from online nuget source.
.nupkg file tested with VS2017 IDE .net 4.6.2
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Latest (v1.0.3.21)