Skip to content

Releases: dkackman/LinqStatistics

NET 8

Choose a tag to compare

@dkackman dkackman released this 27 Mar 00:58
ff13e14

What's Changed

Full Changelog: 2.3.0...v3.0.1

BugFix 2.3.0

Choose a tag to compare

@dkackman dkackman released this 17 Jan 01:40

Fixes #10
Other minor changes

netstandard

netstandard Pre-release
Pre-release

Choose a tag to compare

@dkackman dkackman released this 27 May 14:30

Add netstandard dll to package

RSquared

Choose a tag to compare

@dkackman dkackman released this 20 May 13:28

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

NaN

NaN

Choose a tag to compare

@dkackman dkackman released this 01 May 20:36

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

Portable version

Choose a tag to compare

@dkackman dkackman released this 13 Jan 01:52
  • 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