Signal aggregation combines predictions from multiple alpha signals into one composite forecast. The combined signal benefits from diversification: signals with low pairwise correlation but individually positive IC generate a composite with higher IC-to-noise than any single signal, improving the overall Information Ratio.
Common aggregation methods
- Equal weighting — simple average of normalized (z-scored) signals. Robust when signals have similar IC and no strong views on relative quality.
- IC-weighted averaging — weight each signal by its recent rolling IC. Gives more influence to whichever signal has been most predictive recently.
- Shrinkage / Bayesian averaging — blend empirical weights toward a prior (e.g., equal weighting), reducing sensitivity to estimation error in IC estimates.
- Machine learning ensembles — stacking, boosting, or learned nonlinear combinations. More expressive but more prone to overfitting.
A key insight from the Fundamental Law applies here: combining N uncorrelated signals of equal IC increases the composite IC by √N, directly improving the Information Ratio.