Spatial VAR

varbayesianspatial-econometricsminnesota-prior

Definition

A Spatial Bayesian VAR (Spatial VAR or SVAR) is a Bayesian VAR (BVAR) model in which the Minnesota Prior's cross-variable shrinkage is differentiated by geographic proximity. Variables from spatially contiguous units receive prior means and variances calibrated to reflect greater expected influence than variables from distant units, encoding the belief that neighboring regions' economies are more interdependent than distant ones.

Key Ideas

How It Works

Contiguity Matrix W

Construct the binary contiguity matrix CC where Cij=1C_{ij} = 1 if regions ii and jj share a border and Cii=0C_{ii} = 0. Row-standardize:

W=diag(C1)1CW = \mathrm{diag}(C \mathbf{1})^{-1} C

Each row of WW sums to 1. Entry wij=1/miw_{ij} = 1/m_i where mim_i is the number of first-order neighbors of region ii. The spatial lag WyWy is a weighted average of neighboring values at each time point.

Spatial Prior Means

For equation ii (region ii), the prior mean on the first lag of variable jj is:

μij,1={0.5if j=i(own)0.5wijif jN(i)(contiguous neighbor)0otherwise\mu_{ij,1} = \begin{cases} 0.5 & \text{if } j = i \quad \text{(own)} \\ 0.5 \cdot w_{ij} & \text{if } j \in \mathcal{N}(i) \quad \text{(contiguous neighbor)} \\ 0 & \text{otherwise} \end{cases}

Prior means on lags >1\ell > 1 are 0 for all variables. This is the spatial random walk belief: the prior says the best forecast of yi,t+1y_{i,t+1} is 0.5yi,t+0.5jN(i)wijyj,t0.5\,y_{i,t} + 0.5\sum_{j \in \mathcal{N}(i)} w_{ij} y_{j,t}.

Spatial Prior Standard Deviations

Retain the Minnesota harmonic decay form, but differentiate by spatial relationship:

The overall tightness hyperparameter λ\lambda (and lag-decay γ\gamma) remain as in standard Minnesota.

Alternative: Spatial Lag as Explicit Variable

For regions at the boundary of the study area (fewer neighbors than average), an alternative is to include WyWy as an explicit variable in the VAR system and assign it a random-walk prior mean of 1 on its first lag, 0 on all others. This avoids distorting the implicit spatial prior for edge equations and is preferred when the spatial averaging involves fewer than three neighbors.

Estimation

Identical to standard Minnesota BVAR via Theil-Goldberger mixed estimation (ridge-type posterior mean). The spatial weights change only the prior hyperparameters fed into the standard formula:

β^=(XX+κRR)1(XY+κRr)\hat{\beta} = (X'X + \kappa R'R)^{-1}(X'Y + \kappa R'r)

where RR and rr now encode the spatial prior precision and means.

Why It Matters

Open Questions

Related