In one sentence
Adaptive expectations are “backward-looking”: people forecast tomorrow by taking yesterday’s forecast and adjusting it toward what actually happened.
A simple updating rule
One common form is:
\[
E_t = E_{t-1} + \theta (p_{t-1} - E_{t-1}), \quad 0 < \theta \le 1
\]
Where:
- \(E_t\) is the expectation formed at time \(t\),
- \(p_{t-1}\) is what actually happened last period,
- \(\theta\) controls how fast expectations adjust.
An equivalent way to write the same rule (often easier to interpret) is:
\[
E_t = (1-\theta)E_{t-1} + \theta p_{t-1}
\]
Intuition
- If \(\theta\) is small, expectations change slowly (long memory, sluggish updating).
- If \(\theta\) is large, expectations chase recent outcomes (short memory, fast updating).
Why it matters in macro
Adaptive expectations can generate:
- inflation persistence (if people extrapolate past inflation),
- delayed policy effects (expectations adjust with a lag),
- forecasting errors when the economy has regime changes.
What it implies (exponential weighting)
Iterating the updating rule shows that adaptive expectations are a type of exponential smoothing: recent observations get higher weight and older observations get geometrically smaller weight. One closed-form representation is:
\[
E_t = (1-\theta)^t E_0 + \theta \sum_{j=1}^{t} (1-\theta)^{j-1} p_{t-j}
\]
Limitations (important in policy and regime change)
Because the rule is backward-looking, it can react slowly when the data-generating process changes (e.g., a credible new inflation target). This is one reason modern macro models emphasize forward-looking (rational) expectations.
Diagram: how expectations update
flowchart TD
A["Start with last expectation E_{t-1}"] --> B["Observe last outcome p_{t-1}"]
B --> C["Compute forecast error<br/>(p_{t-1} - E_{t-1})"]
C --> D["Update by fraction theta"]
D --> E["New expectation E_t"]
-
Rational Expectations: The proposition that predictions (by individuals and firms) of future values of economic variables are based on all available information and consistent with actual economic models.
-
Inflation: A sustained increase in the general price level of goods and services in an economy over a period of time.
-
Monetary Policy: A policy laid down by the central bank concerning the money supply and interest rate, aimed at achieving macroeconomic objectives.
Quiz
### What does adaptive expectations theory primarily rely on?
- [x] Historical data and past discrepancies
- [ ] Future predictions and unknown variables
- [ ] Fiscal policy decisions
- [ ] Technological innovations
> **Explanation:** Adaptive expectations theory relies on historical data to adjust future predictions based on past errors.
### What does the constant $\theta$ represent in the adaptive expectations formula?
- [ ] A variable term
- [x] The weight given to the adjustment factor
- [ ] A measure of variance
- [ ] An economic surprise element
> **Explanation:** $\theta$ determines how quickly expectations respond to the most recent forecast error.
### If $\theta=1$, what does the updating rule imply?
- [x] $E_t = p_{t-1}$
- [ ] $E_t = E_{t-1}$
- [ ] $E_t$ becomes independent of past data
- [ ] $E_t$ always equals zero
> **Explanation:** With $\theta=1$, the new expectation fully “jumps” to last period’s realized value.
### True or False: Adaptive expectations only apply to inflation rates?
- [ ] True
- [x] False
> **Explanation:** Adaptive expectations can also apply to other economic variables like interest rates, wage growth, and investment returns.
### Adaptive expectations are best described as:
- [x] Backward-looking
- [ ] Perfect foresight
- [ ] Always unbiased in any environment
- [ ] Independent of past outcomes
> **Explanation:** They update forecasts using past outcomes and past forecast errors.
### How does a larger $\theta$ (holding everything else fixed) change expectations?
- [x] Expectations adjust faster to new information
- [ ] Expectations adjust slower to new information
- [ ] Expectations stop changing
- [ ] Expectations become unrelated to forecast errors
> **Explanation:** A larger $\theta$ puts more weight on the latest forecast error.
### Which concept contrasts with adaptive expectations by emphasizing forward-looking forecasts?
- [ ] Extrapolative expectations
- [x] Rational expectations
- [ ] Indexation
- [ ] Seasonal adjustment
> **Explanation:** Rational expectations incorporates forward-looking information (including policy rules) rather than only past outcomes.
### Adaptive expectations are closely related to which forecasting technique in applied work?
- [x] Exponential smoothing
- [ ] Perfect foresight
- [ ] Cointegration
- [ ] Randomized controlled trials
> **Explanation:** The weights on past observations decay geometrically, which is the hallmark of exponential smoothing.
### Which factor can lead to systematic biases under adaptive expectations?
- [ ] Stability of economic variables
- [x] Volatile and unpredictable environments
- [ ] Historical accuracy
- [ ] Statistical consistency
> **Explanation:** In volatile and unpredictable environments, adaptive expectations can lead to systematic biases due to reliance on past errors that might not predict future divergences.
### What is one key limitation of adaptive expectations?
- [x] It may react slowly to credible regime changes (e.g., a new inflation target).
- [ ] It cannot be written as a mathematical rule.
- [ ] It implies forecasts are always perfect.
- [ ] It cannot apply outside macroeconomics.
> **Explanation:** Because it is backward-looking, it can lag behind when the true process changes.