Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn-Egil Dahlberg committed Oct 19, 2012
1 parent 47a1f49 commit a2a5394
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
@@ -0,0 +1,19 @@
matstat
-------

Erlang statistics module. The current stdlib in OTP is lacking a statistics module.
I hope to add one sooner or later, in the meanwhile I will add stuff here.

In other words: the API will be subject to change until I feel it could be fixated.

Currently we have:

* `mean/1 -> Mean :: float()` - calculate the mean of list of numbers,
* `msn/1 -> {Mean :: float(), StdDev :: float()}` - calculate mean and *sampled* standard deviation,
* operations

Todo:

* histogram
* distributions
* anything useful for testing

0 comments on commit a2a5394

Please sign in to comment.