get_inmar_mean: Get mean corresponding to a given index in an independent...

View source: R/indep_multivariate_autoregressive_hmm_functions.R

get_inmar_meanR Documentation

Get mean corresponding to a given index in an independent multivariate autoregressive series

Description

Get mean corresponding to a given index in an independent multivariate autoregressive series

Usage

get_inmar_mean(mu, phi, x, m, q, k, i)

Arguments

mu

List of vectors of length m, means for white noise in each state dependent distribution

phi

List of k x q matrices, each row contains the autoregressive parameters for a variable.

x

Observations coming from an independent multivariate autoregressive series, in a matrix with k rows. Each row corresponds to a variable.

m

Number of states

q

Order of the autoregressive model

k

Number of variables

i

Index of the desired mean

Value

List of vectors of length m containing means corresponding to index i for the given autoregressive model


longjess/hornsharkHMM documentation built on June 15, 2022, 11:32 p.m.