Learn R Programming

TLBC (version 1.0)

computeTransProbs: Compute transition probabilities

Description

Compute the transition probabilities of an HMM from a state sequence.

Usage

computeTransProbs(stateSeq)

Arguments

stateSeq
Vector of states.

Value

Matrix of probabilities for each transition between states.

See Also

trainModel