Bridge equations aggregate monthly indicators to the quarterly level before regression, discarding within-quarter timing information. If month-1 industrial production is a stronger predictor of quarterly GDP than month-3, the bridge equation cannot detect this because it averages all three months. Ghysels, Santa-Clara, and Valkanov (2004, 2006) introduced Mixed-Data Sampling (MIDAS) regression to solve exactly this problem. MIDAS regresses the low-frequency target (quarterly GDP) directly on high-frequency lags (monthly indicators), keeping the original monthly observations intact. A parsimonious weighting function constrains the monthly lag coefficients so the model does not explode in parameters.
The core idea: instead of k free coefficients on k monthly lags, MIDAS parameterizes the lag profile with a smooth weighting function controlled by 2-3 hyperparameters. The exponential Almon lag polynomial is the most popular: w(k; theta) = exp(theta_1 * k + theta_2 * k^2) / sum(exp(...)). This function can represent declining weights (recent months matter more), hump-shaped weights (middle months most informative), or flat weights (equal weighting, which collapses to bridge equation aggregation). The weighting shape is estimated from the data, not imposed a priori.
Foroni, Marcellino, and Schumacher (2015) introduced Unrestricted MIDAS (U-MIDAS), which drops the weighting function and estimates each monthly lag coefficient freely by OLS. U-MIDAS is valid when the number of high-frequency lags is small relative to the sample size (e.g., 3 monthly lags for quarterly prediction). When the frequency mismatch is large (daily to monthly, for instance), the restricted MIDAS with a parameterized weighting function remains necessary.
MIDAS has been extended in multiple directions. MIDAS-AR adds autoregressive lags of the low-frequency target. Markov-switching MIDAS (Guerin and Marcellino 2013) allows regime-dependent weights. Factor MIDAS combines factor extraction from a large monthly panel with MIDAS weighting for the quarterly target. Bayesian MIDAS (Rodriguez and Puggioni 2010) places priors on the weighting function parameters. The Federal Reserve Bank of Atlanta's GDPNow model uses MIDAS-type specifications for several GDP subcomponents.