View source: R/garchForecast.R
hCreate | R Documentation |
A function used in the forecasting of GARCH(1,1) models
hCreate(pars, y, T = length(y))
pars |
parameters for the GARCH model, these would come from an MCMC run |
y |
vector of log returns |
T |
this is the length of y; allow this to be pre-computed |
vector of h's
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.