Function logLik.mhmm
computes the log-likelihood value of a mixture hidden Markov model.
# S3 method for mhmm
logLik(object, partials = FALSE, threads = 1, log_space = FALSE, ...)
Log-likelihood of the mixture hidden Markov model. This is an object of class
logLik
with attributes nobs
and df
inherited from the model object.
A mixture hidden Markov model of class mhmm
.
Return a vector containing the individual contributions of each sequence to the total log-likelihood.
The default is FALSE
, which returns the sum of all log-likelihood components.
Number of threads to use in parallel computing. The default is 1.
Make computations using log-space instead of scaling for greater
numerical stability at the cost of decreased computational performance.
The default is TRUE
.
Ignored.
build_mhmm
and fit_model
for building and
fitting mixture Hidden Markov models.