Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

License

Notifications You must be signed in to change notification settings

theredcoder/Numerix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

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

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

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 100.0%