View source: R/multivariate_autoregressive_hmm_functions.R
mar_hmm_mllk | R Documentation |
Get negative log-likelihood from the working parameters
mar_hmm_mllk(parvect, x, m, q, k, stationary = TRUE)
parvect |
Vector of working parameters |
x |
Matrix of observations, rows represent each variable |
m |
Number of states |
stationary |
Boolean, whether the HMM is stationary or not |
Negative log-likelihood
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.