An open API service indexing awesome lists of open source software.

https://github.com/biaslab/narx

ForneyLab.jl factor node for a nonlinear autoregressive model with exogenous input.
https://github.com/biaslab/narx

autoregressive-processes factor-graphs message-passing

Last synced: 4 months ago
JSON representation

ForneyLab.jl factor node for a nonlinear autoregressive model with exogenous input.

Awesome Lists containing this project

README

          

# NARX

Custom ForneyLab.jl factor node for a *N*onlinear *A*uto*R*egressive model with e*X*ogenous input.

Caution: the node assumes white noise error terms.

### Usage

The node can be added by running

```julia
] dev git@github.com:biaslab/NARX.git
```

in the REPL and then be used by running

```julia
using ForneyLab
using NARX
```

### Feedback

Questions and comments can be left in the [issues](https://github.com/biaslab/NARX/issues) tracker.