https://github.com/wmkouw/larx
ForneyLab.jl factor node for a latent autoregressive model with exogenous input.
https://github.com/wmkouw/larx
factor-graphs message-passing variational-inference
Last synced: 5 months ago
JSON representation
ForneyLab.jl factor node for a latent autoregressive model with exogenous input.
- Host: GitHub
- URL: https://github.com/wmkouw/larx
- Owner: wmkouw
- License: mit
- Created: 2021-08-05T08:55:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-05T14:17:11.000Z (almost 5 years ago)
- Last Synced: 2025-04-04T15:17:09.297Z (about 1 year ago)
- Topics: factor-graphs, message-passing, variational-inference
- Language: Julia
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LARX Node


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