Lecture 8: Combining Forecasts
Jacob Steinhardt
Stat 157, Spring 2023
Warm-up Question
�“How many 8.5 x 11 sheets of paper �does the average tree produce?”
�
Histogram of Answers
���������Now that you’ve seen the class’s distribution, what would you guess?
Ways of Combining Forecasts
What are different techniques for combining forecasts?
General name for this: “ensembling” (also used in machine learning)
Mean
Median
Unlike mean, robust to outliers
Also independent of scale (same on linear or log scale)
�Disadvantage: uses data less efficiently (only cares about middle values)
Trimmed Mean
Single question Aggregate of 5 questions
Mean at 32nd percentile�Median, trimmed mean at 38th percentile
Mean: 8th percentile�Median: 14th percentile�Trimmed mean: 20th percentile
Weighted Mean
Exercise:
�
Trimmed mean is special case of weighted mean, where we assign 0 weight to answers that are far from rest.
Implications for Your Own Forecasting
Weighing Experts
We are changing our call for the February FOMC meeting from a 50 [basis point] hike to a 25bp hike, although we think markets should continue to place some probability on a larger-sized hike. (source, Jan 18)� Shared by an economist at Citigroup, the 3rd largest banking institution in the US.
�
Pricing Wednesday morning pointed to a 94.3% probability of a 0.25 percentage point hike at the central bank’s two-day meeting that concludes Feb. 1, according to CME Group data. (source, Jan 18)
The CME group is the world's largest financial derivatives exchange. The CME FedWatch Tool uses futures
pricing data (the 30-Day Fed Funds futures pricing data) to analyze the probabilities of changes to the Fed rate.
�
Markets expect the Fed to raise rates again on February 1, 2023, probably by 0.25 percentage points…. However, there’s a reasonable chance the Fed opts for a larger 0.5 percentage point hike. (source, Jan 2)
Simon Moore is a writer at Forbes. He provides an outsourced Chief Investment Officer service to institutional
investors. He has previously served as Chief Investment Officer at Moola and FutureAdvisor, both are consumer
investment startups that were subsequently acquired by S&P 500 firms. He has published two books and is a CFA
Charterholder and educated at Oxford and Northwestern.
How do we choose the weights?
Working in Teams: The Delphi Method
Delphi method:
Variants:
Question. Why come up with numbers individually (rather than working collaboratively the whole time?)
Ensembling with Yourself
What was the total annual budget of the �US government in FY2022?
Come up with at least 3 distinct approaches �to Fermi estimate this.��Then, decide how to combine the estimates �together.
Combining Confidence Intervals
What if instead of point estimates, we have 80% confidence intervals?
Combining Sums
What if we are predicting X + Y, and have confidence intervals for X and Y?
For 70%/80% CI, stdev is usually a decent approximation
For extreme tails (99% CI), can be more complicated.
Summary