Sooth

A minimal stochastic predictive model, implemented in Elixir using Aja.Vector for efficiency. No assummptions about PRNG or real-world significance of context/event.

This library has been ported from the Ruby/C Sooth library.

Installation

This package can be installed by adding sooth to your list of dependencies in mix.exs:

def deps do
  [
    {:sooth, "~> 0.4.0"}
  ]
end