View source: R/ldhmm-decoding.R
ldhmm.decoding | R Documentation |
This utility computes the state probabilities, uses local and global decoding to calculate the states.
The results are saved to the returned ldhmm
object.
ldhmm.decoding(object, x, do.global = TRUE, do.stats = TRUE)
object |
an ldhmm object |
x |
numeric, the observations. |
do.global |
logical, if |
do.stats |
logical, if |
an ldhmm object containing results of decoding
Stephen H. Lihn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.