Learn R Programming

moveHMM (version 1.0)

logAlpha: Forward log-probabilities

Description

Used in stateProbs and pseudoRes.

Usage

logAlpha(m)

Arguments

m
A moveHMM object.

Value

  • The matrix of forward log-probabilities.

Examples

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