Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell/statistics
A fast, high quality library for computing with statistics in Haskell.
https://github.com/haskell/statistics
Last synced: about 1 month ago
JSON representation
A fast, high quality library for computing with statistics in Haskell.
- Host: GitHub
- URL: https://github.com/haskell/statistics
- Owner: haskell
- License: bsd-2-clause
- Created: 2010-10-10T17:49:07.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2023-10-13T07:22:26.000Z (about 1 year ago)
- Last Synced: 2024-05-23T04:05:39.287Z (6 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/statistics
- Size: 1.54 MB
- Stars: 297
- Watchers: 15
- Forks: 68
- Open Issues: 36
-
Metadata Files:
- Readme: README.markdown
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
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](https://github.com/bos/statistics/issues).Master [git mirror](https://github.com/bos/statistics):
* `git clone git://github.com/bos/statistics.git`
There's also a [Mercurial mirror](https://bitbucket.org/bos/statistics):
* `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,
.