Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 453 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 453 Bytes

NARX

Custom ForneyLab.jl factor node for a Nonlinear AutoRegressive model with eXogenous input.

Caution: the node assumes white noise error terms.

Usage

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

Feedback

Questions and comments can be left in the issues tracker.