Skip to content

Releases: dkackman/LinqStatistics

NET 8

27 Mar 00:58
ff13e14

Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...v3.0.1

BugFix 2.3.0

17 Jan 01:40

Choose a tag to compare

Fixes #10
Other minor changes

netstandard

27 May 14:30

Choose a tag to compare

netstandard Pre-release
Pre-release

Add netstandard dll to package

RSquared

20 May 13:28

Choose a tag to compare

Calculate R squared during Least Squares linear regression
LinqStatistics.2.2.0.zip

NaN

01 May 20:36

Choose a tag to compare

NaN

Added alternate implementations that return NaN instead of throwing exceptions with collections that would cause divide by zero.

Portable version

13 Jan 01:52

Choose a tag to compare

  • Added MinMax (calculate minimum and maximum in a single pass)
  • Improve performance of Histogram and Range by eliminating multiple enumeration
  • Some interface changing refactoring (Range and Bin classes)
  • Added portable library