Changelog for monoid-statistics-1.1.5
Changes in 1.1.5
- Bifunctor instance is added to
Weighted
Changes in 1.1.4
- Actually export
CountW
Changes in 1.1.3
-
DataandStorableinstances forCountG. -
CalcNEvttype class added andCountWaccumulator for counting weighted events.
Changes in 1.1.2
Unboxinstances forMeanNaive,WMeanNaive,WMeanKBN.
Changes in 1.1.1
Unboxinstance forBinomAccis added.
Changes in 1.1.0
-
Type classes
CalcMeanandCalcVarare generalized to useMonadThrowto signal failure instead of usingMaybeonly -
Functions for computing standard deviation are placed into type classes. Sometimes we have standard deviation at hand, if distribution is parameterized by it for example.
-
Meannow type synonym forMeanKBN. -
WelfordMeanandKahanMeanare moved toD.M.S.Extramodule. -
Support for calculating weighted mean.
-
StatMonoidinstances for up to 4-tuples. -
Maxnow works correctly (#2). -
PPairfor use in parallel computation is added.
Changes in 1.0.0.0
-
Type class definition changed: now it has both
addValue :: m → a → mandsingletonMonoid :: a → m -
Meanrenamed asWelfordMean -
Unboxinstances added for all data types. -
BinomAccadded.