haskell / statistics

A fast, high quality library for computing with statistics in Haskell.

Home Page:http://hackage.haskell.org/package/statistics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

There's also a Mercurial mirror:

  • hg clone https://bitbucket.org/bos/statistics

(You can create and contribute changes using either Mercurial or git.)

Authors

This library is written and maintained by Bryan O'Sullivan, bos@serpentine.com.

About

A fast, high quality library for computing with statistics in Haskell.

http://hackage.haskell.org/package/statistics

License:BSD 2-Clause "Simplified" License


Languages

Language:Haskell 99.3%Language:Python 0.4%Language:C 0.3%Language:Makefile 0.0%