Description Usage Arguments Value Examples
View source: R/ForecastHMMVAR.R
This function computes the VAR of a univariate HMM for multiple horizons, given observations up to time n
1 | ForecastHMMVAR(U, family, theta, Q, eta, k = 1)
|
U |
value (1 x 1) between 0 and 1 |
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) |
k |
prediction times (may be a vector of integers). |
var |
values at risk (1 x horizon) |
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.