package oml

  1. Overview
  2. Docs

OCaml Math, Statistics and ML Libary (Pure OCaml).

Verions: 0.0.7

module Util : sig ... end

Common values used throughout the library.

module Uncategorized : sig ... end

WIP: Special functions and Linear Algebra.

module Statistics : sig ... end

Inference, parameter estimation.

module Online : sig ... end

Compute running statitics using recurrence equations.

module Classification : sig ... end

Classify data based on features.

module Regression : sig ... end

Model relationship between variables.