packages feed

statistics 0.6.0.1 → 0.6.0.2

raw patch · 2 files changed

+3/−2 lines, 2 filesdep ~mwc-random

Dependency ranges changed: mwc-random

Files

Statistics/Resampling.hs view
@@ -52,6 +52,7 @@         MU.write arr k . est $ re     loop (k+1) ers   n = U.length samples+{-# INLINE resample #-}  -- | Compute a statistical estimate repeatedly over a sample, each -- time omitting a successive element.
statistics.cabal view
@@ -1,5 +1,5 @@ name:           statistics-version:        0.6.0.1+version:        0.6.0.2 synopsis:       A library of statistical types, data, and functions description:   This library provides a number of common functions and types useful@@ -54,7 +54,7 @@   build-depends:     base < 5,     erf,-    mwc-random >= 0.5.1.4,+    mwc-random >= 0.7.0.0,     primitive >= 0.3,     time,     vector >= 0.6.0.2,