Description Usage Arguments Value Examples
Oz
calculates the most probable state per time step (Viterbi like) with values from 1,...,K.
The histogram of this sequence is displayed in the GUI output.
If there are ties for a given day then the lowest number state is chosen.
1 |
nhmmobj |
an object created from the NHMM function |
outfile |
a directory to put the .png plot |
zbest the most probable sequence from all iterations
output: a plot of a histogram of the distribution of the most probable state sequence. If the number of states in the histogram is less than K, it probably means you should probably re-run the model with smaller K as some of the states have disappeared.
1 | #Oz(my.nhmm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.