Autoregressive node

ReactiveMP.ar_unitFunction
ar_unit(::T, order)

Returns [ 1.0, 0.0 ... 0.0 ] with length equal to order in case if T is Multivariate, and 1.0 in case if T is Univariate

source
ReactiveMP.ar_sliceFunction
ar_slice(::T, array, ranges...)

Returns array[ranges...] in case if T is Multivariate, and first(array[ranges...]) in case if T is Univariate

source