Let's say I am trying to predict Future Volatility (FV). I build a model using 10 features and run an OLS. I end up with an r^2 of .15 and it does a reasonable job at predicting vol.
Next I want to incorporate some of the markets guess on FV which is the Implied Volatility number. My volatility model is highly correlated with implied vol but it does not incorporate some things that might be priced into implied vol such as "inside information".
I would like to combine them in such a way that my R^2 for the models would increase but my variance (from combining 2 similar models) would stay the same.
My Model R^2 = .15
Market Model (IV) = .17
Combined model = .20
A simple way of thinking about it is, how would I combine a GARCH Model and the IV to come up with a new preferred model? Creating a model FV ~ GARCH + IV is not a good idea as they are highly correlated variables (increase variance on test data).
Thanks
Next I want to incorporate some of the markets guess on FV which is the Implied Volatility number. My volatility model is highly correlated with implied vol but it does not incorporate some things that might be priced into implied vol such as "inside information".
I would like to combine them in such a way that my R^2 for the models would increase but my variance (from combining 2 similar models) would stay the same.
My Model R^2 = .15
Market Model (IV) = .17
Combined model = .20
A simple way of thinking about it is, how would I combine a GARCH Model and the IV to come up with a new preferred model? Creating a model FV ~ GARCH + IV is not a good idea as they are highly correlated variables (increase variance on test data).
Thanks
