Recent Releases of https://github.com/dkackman/linqstatistics
https://github.com/dkackman/linqstatistics - NET 8
What's Changed
- Net 8 by @dkackman in https://github.com/dkackman/LinqStatistics/pull/27
Full Changelog: https://github.com/dkackman/LinqStatistics/compare/2.3.0...v3.0.1
- C#
Published by dkackman almost 2 years ago
https://github.com/dkackman/linqstatistics - BugFix 2.3.0
Fixes https://github.com/dkackman/LinqStatistics/issues/10 Other minor changes
- C#
Published by dkackman about 6 years ago
https://github.com/dkackman/linqstatistics - netstandard
Add netstandard dll to package
- C#
Published by dkackman almost 7 years ago
https://github.com/dkackman/linqstatistics - RSquared
Calculate R squared during Least Squares linear regression LinqStatistics.2.2.0.zip
- C#
Published by dkackman almost 9 years ago
https://github.com/dkackman/linqstatistics - NaN
Added alternate implementations that return NaN instead of throwing exceptions with collections that would cause divide by zero.
- C#
Published by dkackman almost 10 years ago
https://github.com/dkackman/linqstatistics - Portable version
- 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
- C#
Published by dkackman about 10 years ago