powered by
Simulate a GARCH-MIDAS similar to Wang/Ghysels with lagged RVol as covariate
simulate_mfgarch_rv_dependent( n.days, mu, alpha, beta, gamma, m, theta, w1 = 1, w2, K, n.intraday = 288, low.freq = 1, rvol = FALSE )
number of days
mu
alpha
beta
gamma
m
theta
w1
w2
K
number of maximum intraday returns, default 288
number of days per low frequency
if TRUE, the square root of the realized variance is used as a covariate
# NOT RUN { simulate_mfgarch_rv_dependent(n.days = 2200, mu = 0, alpha = 0.06, beta = 0.92, gamma = 0, m = 0, theta = 0.1, w1 = 1, w2 = 3, K = 3, low.freq = 22) # }
Run the code above in your browser using DataLab