https://github.com/klangner/purescript-stats
Statistics in PureScript
https://github.com/klangner/purescript-stats
statistics
Last synced: 4 months ago
JSON representation
Statistics in PureScript
- Host: GitHub
- URL: https://github.com/klangner/purescript-stats
- Owner: klangner
- License: apache-2.0
- Created: 2017-04-13T07:24:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-16T18:31:40.000Z (almost 5 years ago)
- Last Synced: 2026-01-21T12:15:59.430Z (5 months ago)
- Topics: statistics
- Language: PureScript
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Statistics for PureScript
[](https://travis-ci.org/klangner/purescript-stats)
Computing statistics in PureScript.
## Installation
```
bower install purescript-stats
```
## Features
* Distributions
* [x] Normal
* [x] Uniform
## Documentation
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-stats).
## Build
```bash
bower update
pulp test
```
# Join in!
We are happy to receive bug reports, fixes, documentation enhancements,
and other improvements.
Please report bugs via the
[github issue tracker](http://github.com/klangner/purescript-stats/issues).
This library is roughly port of the Haskell library: https://github.com/bos/statistics
It means that is is good for beginniners wanting to learn PureScript!
You can find ideas and base implementation for functionality in this Haskell library.
Easier then starting from the scratch.
# Redistributing
purescript-stats source code is distributed under the Apache-2.0 license.
**Contributions**
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
licensed as above, without any additional terms or conditions.