@hackage statistics0.16.5.0
A library of statistical types, data, and functions
Categories
License
BSD-2-Clause
Maintainer
Alexey Khudaykov <alexey.skladnoy@gmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (17)
Dependents (111)
@hackage/timeseries, @cardano/ouroboros-network, @hackage/dataframe, @hackage/wrecker, @hackage/srtree, @hackage/hledger, Show all…
Package Flags
benchpapi
(off by default)
Enable building of benchmarks which use instruction counters. It requires libpapi and only works on Linux so it's protected by flag
Statistics: efficient, general purpose statistics
This package provides the Statistics module, a Haskell library for working with statistical data in a space- and time-efficient way.
Where possible, we give citations and computational complexity estimates for the algorithms used.
Performance
This library has been carefully optimised for high performance. To obtain the best runtime efficiency, it is imperative to compile libraries and applications that use this library using a high level of optimisation.
Get involved!
Please report bugs via the github issue tracker.
Master git mirror:
git clone git://github.com/haskell/statistics.git
Authors
This library is written and maintained by Bryan O'Sullivan, bos@serpentine.com.