Skip to content

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

License

Notifications You must be signed in to change notification settings

chrdek/LinqDataCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

83ccda8 Β· Feb 27, 2024

History

45 Commits
Oct 15, 2023
Oct 15, 2023
Oct 15, 2023
Oct 15, 2023
Oct 13, 2023
Jul 29, 2021
Jul 29, 2021
Feb 27, 2024
Dec 5, 2023
Dec 5, 2023
Oct 13, 2023
Dec 5, 2023
Dec 5, 2023
Dec 5, 2023
Dec 5, 2023

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