statistics 0.8.0.0 → 0.8.0.1
raw patch · 2 files changed
+5/−4 lines, 2 files
Files
- README +1/−1
- statistics.cabal +4/−3
README view
@@ -38,7 +38,7 @@ Please feel welcome to contribute new code or bug fixes. You can fetch the source repository from here: -darcs get http://darcs.serpentine.com/statistics+http://bitbucket.org/bos/statistics Authors
statistics.cabal view
@@ -1,5 +1,5 @@ name: statistics-version: 0.8.0.0+version: 0.8.0.1 synopsis: A library of statistical types, data, and functions description: This library provides a number of common functions and types useful@@ -14,14 +14,15 @@ focus on the most common.) . Computing with sample data: quantile estimation, kernel density- estimation, bootstrap methods, and autocorrelation analysis.+ estimation, bootstrap methods, signigicance testing, and autocorrelation+ analysis. . Random variate generation under several different distributions. . Common statistical tests for significant differences between samples. license: BSD3 license-file: LICENSE-homepage: http://darcs.serpentine.com/statistics+homepage: http://bitbucket.org/bos/statistics author: Bryan O'Sullivan <bos@serpentine.com> maintainer: Bryan O'Sullivan <bos@serpentine.com> copyright: 2009, 2010 Bryan O'Sullivan