statistics: A library of statistical types, data, and functions
This library provides a number of common functions and types useful in statistics. We focus on high performance, numerical robustness, and use of good algorithms. Where possible, we provide references to the statistical literature.
The library's facilities can be divided into four broad categories:
Working with widely used discrete and continuous probability distributions. (There are dozens of exotic distributions in use; we focus on the most common.)
Computing with sample data: quantile estimation, kernel density estimation, histograms, bootstrap methods, significance testing, and autocorrelation analysis.
Random variate generation under several different distributions.
Common statistical tests for significant differences between samples.
Changes in 0.10.4.0
Support for versions of GHC older than 7.2 is discontinued.
All datatypes now support
Data.Binary
andGHC.Generics
.
Changes in 0.10.3.0
Bug fixes
Changes in 0.10.2.0
Bugs in DCT and IDCT are fixed.
Accesors for uniform distribution are added.
ContGen
instances for all continous distribtuions are added.Beta distribution is added.
Constructor for improper gamma distribtuion is added.
Binomial distribution allows zero trials.
Poisson distribution now accept zero parameter.
Integer overflow in caculation of Wilcoxon-T test is fixed.
Bug in
ContGen
instance for normal distribution is fixed.
Changes in 0.10.1.0
Kolmogorov-Smirnov nonparametric test added.
Pearson's chi squared test added.
Type class for generating random variates for given distribution is added.
Modules
Statistics.Math
andStatistics.Constants
are moved to themath-functions
package. They are still available but marked as deprecated.
[Skip to Readme]
Modules
[Index]
- Statistics
- Statistics.Autocorrelation
- Statistics.Constants
- Statistics.Distribution
- Statistics.Distribution.Beta
- Statistics.Distribution.Binomial
- Statistics.Distribution.CauchyLorentz
- Statistics.Distribution.ChiSquared
- Statistics.Distribution.Exponential
- Statistics.Distribution.FDistribution
- Statistics.Distribution.Gamma
- Statistics.Distribution.Geometric
- Statistics.Distribution.Hypergeometric
- Statistics.Distribution.Normal
- Statistics.Distribution.Poisson
- Statistics.Distribution.StudentT
- Statistics.Distribution.Transform
- Statistics.Distribution.Uniform
- Statistics.Function
- Statistics.Math
- Statistics.Quantile
- Statistics.Resampling
- Statistics.Sample
- Test
- Statistics.Transform
- Statistics.Types
Downloads
- statistics-0.10.4.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates