Package

purescript-stats

Repository
klangner/purescript-stats
License
Apache-2.0
Uploaded by
klangner
Published on
2017-04-24T08:49:01Z

Build status purescript-stats on Pursuit

Computing statistics in PureScript.

Installation

bower install purescript-stats

Features

  • Distributions
    • Normal
    • Uniform

Documentation

Module documentation is published on Pursuit.

Build

bower update
pulp test

We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.

Please report bugs via the github issue tracker.

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.

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.