logAlpha {momentuHMM} | R Documentation |
Used in stateProbs
and pseudoRes
.
logAlpha(m)
m |
A |
A list of length model$conditions$mixtures
where each element is a matrix of forward log-probabilities for each mixture.
## Not run:
# m is a momentuHMM object (as returned by fitHMM), automatically loaded with the package
m <- example$m
la <- momentuHMM:::logAlpha(m)
## End(Not run)