@hackage statistics-skinny0.15.2.0
A library of statistical types, data, and functions
Categories
License
BSD-2-Clause
Maintainer
Vanessa McHale <vamchale@gmail.com>
Links
Versions
- 0.15.2.0 Mon, 11 Jan 2021
Installation
Tested Compilers
Dependencies (14)
- async >=2.2.2 && <2.3
- base >=4.8 && <5
- base-orphans >=0.6 && <0.9
- data-default-class >=0.1.2
- deepseq >=1.1.0.2
- dense-linear-algebra >=0.1 && <0.2 Show all…
Dependents (0)
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/bos/statistics.git
Authors
This library is written by Bryan O'Sullivan, bos@serpentine.com.