View source: R/indep_multivariate_autoregressive_hmm_functions.R
get_all_inmar_means | R Documentation |
Get all means for multivariate autoregressive series
get_all_inmar_means(x, mod, m, q, k)
x |
Observations coming from an independent multivariate autoregressive series, in a matrix with k rows. Each row corresponds to a variable. |
mod |
List of HMM parameters |
m |
Number of states |
q |
Order of the autoregressive model |
k |
Number of variables |
List of autoregressive means corresponding to each state. Means are in a n x k matrix, where n is the number of observations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.