Description Usage Arguments Value Examples
OQQ
calculates the mean of the transition array which is a K by K by T.
Each row is the state at time t-1 and the columns are time t. The Gui plot shows the
transition probability over time for each t-1 to t transition.
1 |
nhmmobj |
an object created from the NHMM function |
outfile |
a directory to put the .png plot |
QQmean the transition probabilities for each time step. [K by K by T]
output: a plot where each row is the state at time t-1 and the columns are time t. The GUI plot shows the transition probability over time for each t-1 to t transition. If the columns are the same then the Markov property is probably weak.
1 | #OQQ(my.nhmm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.