Learn R Programming

moveHMM (version 1.10)

logAlpha: Forward log-probabilities

Description

Used in stateProbs and pseudoRes.

Usage

logAlpha(m)

Value

The matrix of forward 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

la <- logAlpha(m)
}

Run the code above in your browser using DataLab