Learn R Programming

momentuHMM (version 1.4.3)

logBeta: Backward log-probabilities

Description

Used in stateProbs.

Usage

logBeta(m)

Arguments

m

A momentuHMM, miHMM, or miSum object.

Value

The matrix of backward log-probabilities.

Examples

Run this code
# NOT RUN {
# 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