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