OmlOCaml Math, Statistics and ML Libary (Pure OCaml).
Verions: 0.0.7
module Util : sig ... endCommon values used throughout the library.
module Uncategorized : sig ... endWIP: Special functions and Linear Algebra.
module Statistics : sig ... endInference, parameter estimation.
module Online : sig ... endCompute running statitics using recurrence equations.
module Classification : sig ... endClassify data based on features.
module Regression : sig ... endModel relationship between variables.