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

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.

Awesome Lists containing this project

README

          

# LARX Node

![](https://img.shields.io/badge/julia-1.6-9556B2)
![](https://img.shields.io/badge/ForneyLab-0.11.3-0E1F72)

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.