Portability | Portable (Standalone - ghc) |
---|---|
Stability | Stable |
Maintainer | nathanpisarski@gmail.com |
Safe Haskell | Safe-Inferred |
Library for working with numbers more easily. It includes somewhat lazy functions for when a lambda will clutter code up too much, as well as more involved mathematical formulae.
Documentation
avg :: Fractional a => [a] -> aSource
Find the average of a group of Fractionals.
stdev :: (Fractional a, Floating a) => [a] -> aSource
Find the standard deviation of a list of data.