viterbi_algo: Implementation of the Viterbi algorithm

Description Usage Arguments Value

Description

Implementation of the Viterbi algorithm

Usage

1
viterbi_algo(emisPr, transPr, initPr)

Arguments

emisPr

a matrix of emission probabilities for the considering series.

transPr

a matrix of state transition probabilities.

initPr

a vector specifying initial state probabilities.

Value

path

the most likely path (state sequence).


CHMM documentation built on May 2, 2019, 7:01 a.m.

Related to viterbi_algo in CHMM...