Releases: dkackman/LinqStatistics
Releases · dkackman/LinqStatistics
NET 8
BugFix 2.3.0
Fixes #10
Other minor changes
netstandard
Add netstandard dll to package
RSquared
Calculate R squared during Least Squares linear regression
LinqStatistics.2.2.0.zip
NaN
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