Lecture 9: Combining Forecasts
Jacob Steinhardt�Stat 157, Spring 2022
Revisiting Reference Classes
“What is the probability that Joe � Biden completes his full term?”
�
�(For simplicity, assume we were trying to forecast at the beginning of his term.)
Revisiting Reference Classes
Deaths in Office
Combining Reference Classes
���������How should we combine this information? Take average? Which time frame?
Country | Fraction (Total) | Percent (Total) | Fraction (1970+) | Percent (1970+) |
US | 8/233 | 3.4% | 0/52 | 0% |
Canada | 2.5/144 | 1.7% | 0/52 | 0% |
UK | 4/222 | 1.8% | 0/52 | 0% |
France | 4/222 | 1.8% | 1/52 | 1.9% |
Spain | 4/222 | 1.8% | 2/52 | 3.8% |
Country Similarities and Differences
First Approach: Make up Weights (“Ensembling”)
Country | Fraction (Total) | Percent (Total) | Weight | Fraction (1970+) | Percent (1970+) | Weight |
US | 8/233 | 3.4% | 5 | 0/52 | 0% | 20 |
Canada | 2.5/144 | 1.7% | 4 | 0/52 | 0% | 16 |
UK | 4/222 | 1.8% | 4 | 0/52 | 0% | 16 |
France | 4/222 | 1.8% | 3.5 | 1/52 | 1.9% | 14 |
Spain | 4/222 | 1.8% | 0.5 | 2/52 | 3.8% | 2 |
Average | | 2.3% | | | 0.5% | |
A More Principled Approach
Basic approach misses some things:
Next: a more sophisticated approach using probability models
Ensembling with Probabilities
Simplest Model: Gaussians
What about Xj? (On board)
Rule of Thumb
Adjusted standard deviation dominated either by a priori uncertainty (𝜎j) or by sample noise (roughly sqrt(Xj) / Nj)
If Xj = 0 then want to adjust slightly (roughly 1/Nj or perhaps 0.5/Nj)
Applying the Probabilistic Approach
Country | Fraction (Total) | Percent (Total) | Bias (𝛥) | Var. (𝜎2) | Adjusted Var. | Fraction (1970+) | Percent (1970+) | Bias (𝛥) | Var. (𝜎2) | Adjusted Var. |
US | 8/233 | 3.4% | .016 | 2.5e-4 | 4.1e-4 | 0/52 | 0% | 0 | 0.1e-4 | 1.9e-4 |
Canada | 2.5/144 | 1.7% | .008 | 0.9e-4 | 2.3e-4 | 0/52 | 0% | 0 | 0.3e-4 | 2.0e-4 |
UK | 4/222 | 1.8% | .008 | 0.9e-4 | 1.8e-4 | 0/52 | 0% | 0 | 0.3e-4 | 2.0e-4 |
France | 4/222 | 1.8% | .008 | 1.1e-4 | 2.0e-4 | 1/52 | 1.9% | 0 | 0.5e-4 | 5.8e-4 |
Spain | 4/222 | 1.8% | .02 | 5.0e-4 | 5.8e-4 | 2/52 | 3.8% | 0.02 | 5.0e-4 | 13.6e-4 |
Final ensemble answer (see spreadsheet): 0.64%/year
Your Turn! Reference Classes for Resignation
How would you combine this information?
Other Uses of Ensembling