Description Usage Arguments Value See Also Examples
Sets the emissions of the model.
The number of rows must match the number of states. If a matrix is provided,
it is converted to column major sparse matrix (dgCMatrix
).
1 | emissions(x) <- value
|
x |
A HMM model. |
value |
A (sparse column major) matrix with the likelihoods of each emission (column) conditioned on the state (row). |
Changes the emissions matrix in the model.
HMM, emissions
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.