@hackage / statistics

A library of statistical types, data, and functions

Latest0.16.5.0

About

Metadata

  • Last updated , by AlexeyKhudyakov
  • License BSD-2-Clause
  • Categories Mathematics
  • Maintained by: Alexey Khudaykov <alexey.skladnoy@gmail.com>

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.12.2
  2. 9.10.2
  3. 9.8.4
  4. 9.6.7
  5. 9.4.8
  6. 9.2.8
  7. 9.0.2
  8. 8.10.7
  9. 8.8.4
  10. 8.6.5
  11. 8.4.4

Package Flags

Use the -f option with cabal commands to enable 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

Readme

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.