View source: R/indep_multivariate_normal_hmm_functions.R
inmvnorm_hmm_mllk | R Documentation |
Get negative log-likelihood from the working parameters
inmvnorm_hmm_mllk(parvect, x, m, k, stationary = TRUE, state = NULL)
parvect |
Vector of working parameters |
x |
Matrix of observations, rows represent each variable |
m |
Number of states |
k |
Number of variables |
stationary |
Boolean, whether the HMM is stationary or not |
state |
List of state values, if provided. 0 represents an unknown state value. |
Negative log-likelihood
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.