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.
- Host: GitHub
- URL: https://github.com/biaslab/narx
- Owner: biaslab
- License: mit
- Created: 2020-10-02T18:26:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-16T21:18:08.000Z (over 5 years ago)
- Last Synced: 2026-01-26T08:47:36.340Z (5 months ago)
- Topics: autoregressive-processes, factor-graphs, message-passing
- Language: Julia
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.