Learn R Programming

momentuHMM (version 1.5.5)

logBeta: Backward log-probabilities

Description

Used in stateProbs.

Usage

logBeta(m)

Value

A list of length model$conditions$mixtures where each element is a matrix of backward log-probabilities for each mixture.

Arguments

m

A momentuHMM, miHMM, or miSum object.

Examples

Run this code
if (FALSE) {
# m is a momentuHMM object (as returned by fitHMM), automatically loaded with the package
m <- example$m

lb <- momentuHMM:::logBeta(m)
}

Run the code above in your browser using DataLab