LinqDataCalc 1.0.3.21

dotnet add package LinqDataCalc --version 1.0.3.21
NuGet\Install-Package LinqDataCalc -Version 1.0.3.21
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LinqDataCalc" Version="1.0.3.21" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LinqDataCalc --version 1.0.3.21
#r "nuget: LinqDataCalc, 1.0.3.21"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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
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.

.nupkg file tested with VS2017 IDE .net 4.6.2

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.0.3.21 117 10/14/2023
1.0.2.6 344 8/10/2021

Latest (v1.0.3.21)