march.dcmm.viterbi: Viterbi algorithm for a DCMM model.

Description Usage Arguments Value Author(s) Examples

View source: R/march.dcmm.R

Description

Viterbi algorithm for a DCMM model.

Usage

1

Arguments

d

The march.Dcmm-class on which to compute the most likely sequences of hidden states.

Value

A list of vectors containing the most likely sequences of hidden states, considering the given model for each sequence of the given dataset.

Author(s)

Kevin Emery

Examples

1
2
3
4
5
6
7
set.seed(327)
# Computation of a DCMM model
## Not run: model <- march.dcmm.construct(y=pewee,orderHC=1,orderVC=1,M=2,popSize=1,gen=1)
# Extraction of the best sequence of hidden states using the Viterbi algorithm.
bestSeq <- march.dcmm.viterbi(model)
print(bestSeq)
## End(Not run)

march documentation built on Jan. 13, 2021, 10:50 p.m.