Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Monoid
Length
Numeric
mean :: Fractional a => Fold a a Source #
Numerically stable arithmetic mean of the inputs
variance :: Fractional a => Fold a a Source #
Numerically stable (population) variance over the inputs
standardDeviation :: Floating a => Fold a a Source #
Numerically stable (population) standard deviation over the inputs
List
reverseList :: Fold a [a] Source #
All the inputs in reverse order