Numerix
A collection of (potentially) useful mathematical functions. At the moment it has a number of distance and correlation functions. The plan is to implement other special functions, statistics, probability distributions, maybe even machine learning algorithms.
Installation
If available in Hex, the package can be installed as:
-
Add
numerixto your list of dependencies inmix.exs:def deps do [{:numerix, "~> 0.0.1"}] end
-
Ensure
numerixis started before your application:def application do [applications: [:numerix]] end