bw_HMM | R Documentation |
Baum-Welch Algorithm for HMM
bw_HMM(P, E, v, y, s, ymax, tol)
P |
A transition prob matrix initial guess |
E |
An emission probability matrix initial guess |
v |
An initial state distribution initial guess |
y |
vector of observed states |
s |
dim of hidden state space |
ymax |
dim of observed state space |
tol |
non-negative convergence criteria |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.