Papers
Topics
Authors
Recent
Search
2000 character limit reached

Spatial Durbin Model (SDM) Overview

Updated 13 January 2026
  • Spatial Durbin Models (SDM) are econometric frameworks that integrate lagged outcomes and covariates to capture both direct and spillover effects.
  • They employ a K-nearest neighbor spatial weights matrix to standardize neighbor interactions and enhance model robustness.
  • Implementation via maximum likelihood estimation in R and Python facilitates the decomposition of direct, indirect, and total effects for policy insights.

The Spatial Durbin Model (SDM) is a prominent specification in spatial econometrics and network analysis for modeling regional or networked data where an outcome in one location is affected not only by its own characteristics but also by interactions with neighboring units. The SDM explicitly incorporates endogenous spatial dependence (via lagged outcomes) and exogenous contextual dependence (via lagged covariates), enabling a rigorous decomposition of direct and spillover effects. Applied notably in the spatial analysis of morbidity and poverty in Thailand’s provinces, the SDM provides a framework to quantify the diffusion and contextual influence processes on spatial networks (Kukieattikool et al., 6 Jan 2026).

1. Mathematical Specification

The SDM is defined in matrix notation as: y=ρWy+Xβ+(WX)θ+εy = \rho W y + X \beta + (W X) \theta + \varepsilon where:

  • yy is an n×1n \times 1 vector of dependent variable observations (e.g., province-level disease ratios).
  • WW is an n×nn \times n row-standardized spatial weights matrix.
  • ρ\rho is a scalar autoregressive coefficient capturing “outcome contagion” via WyW y.
  • XX is an n×kn \times k matrix of kk explanatory variables (e.g., poverty indicators).
  • yy0 is a yy1 vector of direct effects.
  • yy2 is an yy3 matrix of spatially lagged covariates (neighbor characteristics).
  • yy4 is a yy5 vector of spillover effects.
  • yy6 is an yy7 vector of disturbances, yy8.

This model collapses to standard spatial autoregressive or spatial error models under restricted parameterizations but is unique in jointly representing endogenous and exogenous spatial interactions. Under regularity conditions (yy9), the reduced form is given by: n×1n \times 10 This form is essential for effect decomposition and inference (Kukieattikool et al., 6 Jan 2026).

2. Construction of the Spatial Weights Matrix

In the referenced application, the weights matrix n×1n \times 11 encodes a fixed-degree undirected network among n×1n \times 12 Thai provinces (excluding Bangkok). Its construction involves:

  • Geographical centroid computation for each province.
  • For each province n×1n \times 13, identification of its n×1n \times 14 nearest neighbors (n×1n \times 15) by Euclidean centroid-to-centroid distance.
  • Raw adjacency matrix n×1n \times 16 where n×1n \times 17 if n×1n \times 18, else n×1n \times 19.
  • Row standardization: WW0 if WW1, WW2 otherwise.

This WW3-nearest neighbor (WW4NN) schema ensures homogeneity in neighbor set cardinality, avoiding the unevenness inherent in contiguity-based schemes (Kukieattikool et al., 6 Jan 2026).

Step Description Resultant Matrix/Operation
Centroid Calculation Each province Geographical coordinates
WW5-NN Selection 7 nearest centroids per province Adjacency indicator matrix (WW6)
Row-Standardization Scale rows to sum to 1 Final WW7: all neighbors WW8

3. Estimation, Identification, and Assumptions

Estimation employs maximum likelihood (MLE) for the SDM with Gaussian errors, implemented (in R) via the lagsarlm function from the spatialreg package, type="mixed" indicating the SDM. Key assumptions include:

  • WW9 is independently, identically distributed, normal with constant variance.
  • n×nn \times n0 and n×nn \times n1 are exogenous and uncorrelated with n×nn \times n2 (no simultaneity).
  • n×nn \times n3 is exogenously specified and such that n×nn \times n4 is nonsingular (n×nn \times n5).
  • Identification requires sufficient non-collinearity between n×nn \times n6 and n×nn \times n7 for distinct estimation of n×nn \times n8 and n×nn \times n9. Strong collinearity impairs identification, but with distinct spatial and local poverty indicators this is mitigated (Kukieattikool et al., 6 Jan 2026).

4. Decomposition of Effects

In SDMs, feedback through ρ\rho0 generates local and propagated effects. For each covariate ρ\rho1: ρ\rho2

  • Direct effect: Average of the diagonal elements—average own-unit response to a covariate increase.
  • Indirect (spillover) effect: Average of off-diagonal row sums—average effect on other units from a covariate change in one unit.
  • Total effect: Sum of direct and indirect effects.

For example, in modeling digestive disease morbidity ("C2"), direct effects identified living deprivation (ρ\rho3). Indirect effects included health deprivation (ρ\rho4), accessibility deprivation (ρ\rho5), and poor-household count (ρ\rho6). A one-unit increase in living deprivation increased local morbidity, while increased neighbor health deprivation reduced it, and increased neighboring poor households raised local morbidity (Kukieattikool et al., 6 Jan 2026).

5. Diagnostics and Spatial Dependence Tests

Spatial diagnostics prior to, during, and post-modeling are critical. The following were employed:

  • Global Moran’s I: Detects overall spatial autocorrelation in ρ\rho7:

ρ\rho8

  • Monte Carlo permutation testing: Assesses significance of spatial indices.
  • Local Moran’s I (LISA): Identifies spatial clusters (HH, LL, HL, LH) with corresponding p-values.
  • LM tests on SDM residuals: Confirms adequacy by checking for absence of remaining spatial autocorrelation.
  • Model selection criteria: Akaike Information Criterion (AIC), log-likelihood, and significance of ρ\rho9 test for improved fit and presence of spatial dependence (Kukieattikool et al., 6 Jan 2026).

6. Practical Implementation (R and Python)

The SDM and diagnostics are operationalized as follows:

R (spatialreg/spdep):

WyW y0

Python (PySAL spreg/libpysal):

WyW y1 Direct, indirect, and total effects are retrieved using the appropriate impacts() or attribute accessors (Kukieattikool et al., 6 Jan 2026).

7. Applications and Implications

Application of the SDM to Thailand’s provincial morbidity and poverty data revealed strong spatial clustering in health outcomes, with neighboring influences often dominating local effects. These results substantiate processes such as contagion, contextual influence, and structural diffusion. The framework underscores the necessity of inter-jurisdictional policy responses, as spillovers cross administrative boundaries. More broadly, the SDM provides a statistical basis for assessing spatial network effects within the study of health inequality, regional vulnerability, and multi-attribute social phenomena (Kukieattikool et al., 6 Jan 2026).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Spatial Durbin Models (SDM).