Custom ForneyLab.jl factor node for a Nonlinear AutoRegressive model with Moving Average and eXogenous input.
Caution: the node assumes white noise error terms.
The node can be added by running
] dev git@github.com:biaslab/NARMAX.git
in the REPL and then be used by running
using ForneyLab
using NARMAX
Questions and comments can be left in the issues tracker.