Description Usage Arguments Value Examples
View source: R/ForecastHMMeta.R
This function computes the predicted probabilities of the regimes for a new observation of a univariate HMM, given observations up to time n
1 | ForecastHMMeta(ynew, family, theta, Q, eta)
|
ynew |
the new observations |
family |
distribution name; run the function distributions() for help |
theta |
parameters; (r x p) |
Q |
probability transition matrix; (r x r) |
eta |
vector of the estimated probability of each regime at time n; (1 x r) |
etanew |
predicted probabilities of the regimes |
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.