Build Status

Numerix

A collection of useful mathematical functions in Elixir with a slant towards statistics, linear algebra and machine learning.

Installation

Add numerix to your list of dependencies in mix.exs:

  def deps do
    [{:numerix, "~> 0.3.0"}]
  end

Ensure numerix is started before your application:

  def application do
    [applications: [:numerix]]
  end

Examples

Check out the tests for examples.

Documentation

Check out the API reference for the latest documentation.

Features

Statistics

Correlation functions

Distance functions

General math functions

Special functions

Window functions

Linear algebra

Linear regression

Kernel functions