An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Statistics for PureScript

[![Build status](https://travis-ci.org/klangner/purescript-stats.svg?branch=master)](https://travis-ci.org/klangner/purescript-stats)

purescript-stats on Pursuit

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.