This document discusses spatial interpolation models for continuous spatial data analysis. It begins by introducing spatial stochastic models that include global trends and spatial random effects. It then focuses on deterministic spatial interpolation models that implicitly assume no random effects. Two common interpolation models are discussed - kernel smoothing models like inverse distance weighting (IDW), and local polynomial models. Kernel smoothers assign weights to observed data points based on their distance from an interpolation point, with closer points receiving higher weights. Local polynomial models fit polynomials like linear functions to observed data within an interpolation neighborhood. The document provides examples and comparisons of these interpolation approaches.