Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
roundToStr :: (PrintfArg a, Floating a) => Int -> a -> String Source #
A helper function to print rounded doubles
stdev :: [Double] -> Double Source #
A helper function to calculate the standard deviation of a list of doubles
meanAndSdRoundTo :: Int -> [Double] -> String Source #
A helper function to get a nice string with mean and sd for a list of doubles
meanAndSdInteger :: [Double] -> String Source #
A helper function to get a nice string with mean and sd for a list of doubles (here rounded to integer)