Learn R Programming

moveHMM (version 1.10)

logBeta: Backward log-probabilities

Description

Used in stateProbs.

Usage

logBeta(m)

Value

The matrix of backward log-probabilities.

Arguments

m

A moveHMM object.

Examples

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

lb <- logBeta(m)
}

Run the code above in your browser using DataLab