Changelog for monoid-statistics-1.1.1
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.