Skip to content

chrdek/LinqDataCalc

Repository files navigation

LINQ-based statistical calculation, data analysis functions package

Review
Codacy Badge
Quality Gate Status
Security Rating
Nuget
🌐 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;

Package installable from online nuget source.


  Ported as partial IQueryable implementation of Queryabl.DataCalc



.nupkg file tested with VS2017 IDE .net 4.6.2