Description Usage Arguments Value Author(s) Examples
Estimate the HMM with emissions distributed as multi-dimensional correlated T variables
1 2 3 | BaumWelchT(x, series.length, m = 2, Q, mu, S, nu = TRUE,
model, initial.prob, maxiter = 500, overflow = 1e-09,
num.inst = 1e-09, tol = 1e-05, dig = 3)
|
x |
matrix of observations. |
series.length |
length of independent blocks in matrix x. |
m |
number of states. |
Q |
transition matrix. |
mu |
means of the emissions in different states. |
S |
correlation matrix of the emissions. |
nu |
degrees of freedom (in all states). |
model |
a model matrix for parameter estimation. |
initial.prob |
state probability at the start of series. |
maxiter |
maximum number of iterations before returning. |
overflow |
the probability ratio in case of numeric overflow. |
num.inst |
threshold for no update (see E.step()). |
tol |
threshold to difference in log-likelihood before returning. |
dig |
numeric precision for parameter estimation. |
the estimate of the HMM with emissions distributed as multi dimensional correlated T variables.
Guillaume Filion. date: June 17, 2011.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.