\name{Viterbi.two} \alias{Viterbi.two} %- Also NEED an '\alias' for EACH other topic documented here. \title{ A scaled Viterbi algorithm for allocating clones to one of two underlying states.} \description{ A work horse of the fit.model function. It uses a scaled version of the Viterbi algorithm to allocate clones to one of two underlying states as fitted using a heterogeneous HMM.} \usage{ Viterbi.two(y, BFGS.output, BFGS.trans.mat) } %- maybe also 'usage' for other objects documented here. \arguments{ \item{y}{ the data to be allocated to states} \item{BFGS.output}{ The output obtained from the find.param.two function } \item{BFGS.trans.mat}{ A list of the heterogeneous transition matrices } } \value{ A vector of numbers indicating to which state clones are allocated to. } \author{ John Marioni } \keyword{misc}