Imagine you have a few different models that you use to forecast asset returns.
One model tells you that BTC is going up by 0.1% in the next hour, another model tells you it’s going up by 0.2% and yet another model tells you it’s going down by 0.05%.
One way you could combine those forecasts is by just taking the average, in this case 0.0833%.
This is a very naive approach though for multiple reasons.
Forecasts can be correlated.
When you have 5 models all telling you that BTC is going up this doesn’t necessarily mean that the chance of BTC going up is now really high. The 5 models could all be very similar in which case you’d expect them to give a similar forecast most of the time.Not all forecasts are equally good.
If you have a good model and a bad model you would want to give more weight to the good model.
In this article we will go over different methods that we can use to combine multiple forecasts.
If you enjoy this article consider getting the paid subscription, that way you can support me and I can write even more articles!
Here is a discount code for those interested: https://www.vertoxquant.com/62375e34
Table of Conent
Multiple Regression
Nonlinear Regression and Splines
Transforming Predictions
Stepwise Regression
Best Subsets Regression
L0 Penalization
Ridge Regression and Lasso Regression
Voting and Stacking
Bayesian Model Averaging
Final Remarks