View source: R/indep_multivariate_autoregressive_hmm_functions.R
get_inmar_mean | R Documentation |
Get mean corresponding to a given index in an independent multivariate autoregressive series
get_inmar_mean(mu, phi, x, m, q, k, i)
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 |
List of vectors of length m containing means corresponding to index i for the given autoregressive model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.