Learn R Programming

momentuHMM (version 1.4.3)

allProbs: Matrix of all probabilities

Description

Used in functions viterbi, logAlpha, logBeta.

Usage

allProbs(m, nbStates)

Arguments

m

Object momentuHMM or miSum.

nbStates

Number of states of the HMM.

Value

Matrix of all probabilities.

Examples

Run this code
# NOT RUN {
P <- momentuHMM:::allProbs(m=example$m,nbStates=2)
# }

Run the code above in your browser using DataLab