Description Usage Arguments Value Examples
This function returns the Log-Likelihood of a (bd)HMM.
1 | LogLik(hmm)
|
hmm |
An object of class HMM or bdHMM. |
Log likelihood during model fitting.
1 2 3 4 | data(example)
hmm_ex = initHMM(observations, nStates=3, method="Gaussian")
hmm_fitted = fitHMM(observations, hmm_ex)
LogLik(hmm_fitted)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.