Rdocumentation
powered by
Learn R Programming
TLBC (version 1.0)
computePriorProbs: Compute prior probabilities
Description
Compute the prior probabilities of an HMM from a state sequence.
Usage
computePriorProbs(stateSeq)
Arguments
stateSeq
Vector of states.
Value
Vector of probabilities for each state.
See Also
trainModel