State Space, Mixed Frequency, and Nowcasting
State Space, Mixed Frequency, and Nowcasting
One architecture for unobserved states
A linear Gaussian state-space model is
The state is not directly observed. The data are noisy, incomplete measurements of it.
| Finance state | Possible measurements |
|---|---|
| latent efficient price | transaction prices from several venues |
| time-varying beta | asset and factor returns |
| latent volatility | returns, realised measures, option-implied measures |
| yield-curve factors | yields at multiple maturities |
| Economics state | Possible measurements |
|---|---|
| current economic activity | employment, surveys, production, quarterly GDP |
| output gap | output, inflation, unemployment |
| common inflation trend | sectoral price indices and expectations |
| potential growth | noisy and revised national accounts |
The equations are shared. The measurement calendar and substantive interpretation differ.
Prediction and update
Given filtered state :
Predict
Measure
Update
The Kalman gain weights new information by relative uncertainty. A noisy release receives less weight; a precise surprise receives more.
Missing values are a measurement design
If a series is unavailable at time , remove its row from and and the matching rows and columns from . The state transition still runs.
This matters in two different ways:
- Finance: markets close at different times, instruments become illiquid, and high-frequency measures are asynchronous.
- Economics: releases arrive on different dates, quarterly outcomes are absent in most months, and the latest panel has a ragged edge.
Imputing future releases before filtering would destroy the information-set interpretation.
Mixed-frequency measurement
Let monthly latent activity be and define the state
A monthly indicator measures
while a quarterly average released every third month measures
The frequency mismatch is encoded in rather than erased by filling the quarterly series forward.
R laboratory: a ragged-edge nowcast
Kalman nowcast with monthly and delayed quarterly measurements
At month 33 the quarterly release usually reduces uncertainty. At month 36 it is missing, so the filter nowcasts from the monthly indicator and propagated state rather than pretending that GDP has already been observed.
Real-time macroeconomic nowcasting
Giannone, Reichlin, and Small show how a dynamic-factor framework can update the current-quarter assessment as new releases arrive. A credible nowcast records:
- the release calendar and vintage;
- the state or factor specification estimated at that date;
- the news component of each release;
- the Kalman weight translating news into the nowcast revision;
- later data revisions separately from model error.
Evaluating on the latest revised panel answers “How well can final values be reconstructed?” It does not answer “What could have been known in real time?”
Finance interpretation
For a time-varying beta,
The filter balances noisy current returns against gradual beta movement. The same warning applies: a filtered beta is a model-dependent latent estimate, not a directly observed characteristic. Trading use additionally requires an execution rule and out-of-sample risk assessment.
Smoothing is not forecasting
- Filtering estimates using data through .
- Forecasting estimates a future state using data through .
- Smoothing estimates a past state using later data.
Smoothing is valuable for historical decomposition but leaks future information if presented as a real-time signal.
Practice
- What happens to as measurement variance becomes very large?
- Why does carrying the last quarterly GDP value forward create a false measurement?
- When is a smoothed recession state inappropriate?
Answers
- The gain on that measurement approaches zero; the filter trusts the state prediction.
- It says the old value is a new observation with artificial precision.
- When evaluating what an analyst could classify or forecast at the historical date.
VAR, Structural Identification, and Local Projections
Separate multivariate forecasting from structural shocks using companion matrices, impact restrictions, and impulse responses.
Forecast Evaluation for Decisions
Design honest pseudo-out-of-sample tests for point, density, and tail forecasts with long-run covariance and real-time information.