Afficher commentaires plus anciens
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?
Réponses (0)
Catégories
En savoir plus sur Multivariate Models dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!