Description Usage Arguments Value See Also Examples
Creates a basic rectangular grid model as specified. This model is a rectangular grid where the only transitions allowed are those between contiguous tiles. Moreover, horizontal and vertical transition probabilities are equal for all tiles. Diagonal transition probabilities are equal between them too, but different from the former. These constraints mean that there are only two parameters to estimate. The emissions field is left unassigned.
1 | HMMrectangle(x, y)
|
x |
length of the rectangle in tiles. |
y |
width of the rectangle in tiles. |
A HMM object.
emissions, minparams
1 2 3 4 | model <- HMMrectangle(3,3)
nstates(model)
ntransitions(model)
nconstraints(model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.