Model of class hmm or mhmm for which
trimming is performed.
maxit
Number of iterations. After zeroing small values, the model is
refitted, and this is repeated until there is nothing to trim or maxit
iterations are done.
return_loglik
Return the log-likelihood of the trimmed model together with
the model object. The default is FALSE.
zerotol
Values smaller than this are trimmed to zero.
verbose
Print results of trimming. The default is TRUE.
...
Further parameters passed on to fit_model.
See Also
build_hmm and fit_model for building and fitting
hidden Markov models; and hmm_biofam for information on the model used
in the example.