https://github.com/wmkouw/nlarx
ForneyLab.jl factor node for a nonlinear latent autoregressive model with exogenous input.
https://github.com/wmkouw/nlarx
autoregressive-processes factor-graphs latent-variables message-passing
Last synced: 3 months ago
JSON representation
ForneyLab.jl factor node for a nonlinear latent autoregressive model with exogenous input.
- Host: GitHub
- URL: https://github.com/wmkouw/nlarx
- Owner: wmkouw
- License: mit
- Created: 2020-10-01T19:33:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-05T09:05:17.000Z (almost 5 years ago)
- Last Synced: 2025-04-04T15:17:11.523Z (about 1 year ago)
- Topics: autoregressive-processes, factor-graphs, latent-variables, message-passing
- Language: Julia
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NLARX Node


Custom ForneyLab factor node for a nonlinear latent autoregressive model with exogenous input.
### Usage
The node can be added by running
```julia
] dev git@github.com:wmkouw/NLARX.git
```
and then imported with:
```julia
using ForneyLab
using NLARX
```
### Feedback
Questions and comments can be left in the [issues](https://github.com/wmkouw/NLARX/issues) tracker.