erlangstat

A simple collection of statistical algorithms, functions to work with tables and a simple csv reader and writer. Input is a list of numbers.

There are no external dependencies, just pure Erlang.

stat.erl

Basic statistics:

hist.erl

csv.erl

Read/write a csv file into a list of lists (a “table”)

table.erl

Functions for easier handling of lists of lists as created by the csv reader.

exports type table().

examples

Examples on how to use the library