HAR-CJ model

4 views (last 30 days)
Fabio Zanini
Fabio Zanini on 12 Nov 2018
Hello everyone, i'm trying to forcast the realised variance of S&P500 Index using the HAR-CJ model:
Regression_mat_HAR_JCRV=horzcat(Cont_d_past_obs,Cont_wk_past_obs,Cont_mon_past_obs,... (Jump_d_past_obs),Jumps_wk_past_obs,Jumps_mon_past_obs);
HAR_RV_JC_Linear=fitlm(Regression_mat_HAR_JCRV,RV_future,'linear').
Actually i'm trying to understand how can i find the RV_Future, can enyone help me?

Answers (0)

Categories

Find more on Modeling in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!