statistics 0.3.4 → 0.3.5
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Statistics/Sample.hs +1/−1
- statistics.cabal +1/−1
Statistics/Sample.hs view
@@ -54,7 +54,7 @@ range :: Sample -> Double range s = hi - lo- where hi :*: lo = minMax s+ where lo :*: hi = minMax s {-# INLINE range #-} -- | Arithmetic mean. This uses Welford's algorithm to provide
statistics.cabal view
@@ -1,5 +1,5 @@ name: statistics-version: 0.3.4+version: 0.3.5 synopsis: A library of statistical types, data, and functions description: This library provides a number of common functions and types useful