chrdek / LinqDataCalc

πŸ“ˆ 🎲 Linq based data statistics set of extensions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ“ˆ 🎲 Linq based data statistics set of extensions.

License:MIT License


Languages

Language:C# 100.0%