| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
FishFood.Data.File
Contents
Description
AUTHOR- Dr. Alistair Ward
DESCRIPTION- Allows one to find the size of a file, & to gather statistics on a population.
Types
Type-synonyms
Functions
getFileSizeStatistics Source #
Arguments
| :: (Fractional mean, Floating standardDeviation) | |
| => [FileSize] | |
| -> (Int, mean, standardDeviation) | (The population-size, Mean size, Standard-deviation). |
Acquire statistics related to a list of file-sizes.