LogLik {VanillaICE} | R Documentation |
A container for the log likelihood of the Viterbi state path. Stores the log likelihood from succesive updates of model parameters. When the difference between the log likelihoods at iteration i and i-1 is below the tolerance, no additional updates are performed.
LogLik(loglik = numeric(), tolerance = 1L)
loglik |
length-one numeric vector for the log likelihood of the Viterbi state path |
tolerance |
if the difference in the log-likelihood of the Viterbi state path after the Baum-Welch update is less than the specified tolerance, no additional Baum-Welch updates are required |