- GHC 8.6 compatibility (Thanks @gwils)
- Added
histogram
,histogram'
andordersOfMagnitude
.
- Relax bounds on tasty-quickcheck
- Fix dependencies for GHC < 8.0
- Update to foldl < 1.4
- Update to statistics 0.14
- foldl >= 1.2.2 exports
mean
andvariance
, so hide them. - export
lrrCount
- Added monoidal interface to linear regression
- Added unbiased versions of LMVSK functions
- Exposed monoidal LMVSKState
- Improved testing, including for fastLMVSK
- Add fastLMVSK (length, mean, variance, skewness and kurtosis)
- Add fastLinearReg (count, slope, (Y) intercept and correlation of
(x,y)
)
- Initial release