Package Guide
The OptimalEstimation.jl package
Installation
The AdaptiveResonance package can be installed using the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run
pkg> add OptimalEstimationAlternatively, it can be added to your environment in a script with
using Pkg
Pkg.add("OptimalEstimation")If you wish to have the latest changes between releases, you can directly add the GitHub repo as a dependency with
pkg> add https://github.com/AP6YC/OptimalEstimation.jlUsage Basics
TODO