Description Usage Arguments Value
View source: R/local_decoding.R
A function for local decoding of HMM's. Not expected to be called by user. Called by the general HMM function.
1 | l_decoding(obs, delta, Gamma, p)
|
obs |
Observations. |
delta |
m-dimensional vector. Initial distribution of Markov chain |
Gamma |
m x m matrix. Transition probs for Markov chain |
p |
Function returning the evaluated density given the state. |
List of most likely states and decoding probabilities.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.