Models for Spatial Data

The first two parts of this book contain a considerable amount of concepts that one could classify as “models for spatial data”, including:

The third and largest part of this book is dedicated to statistical modelling of spatial data. The scientific discipline statistics is concerned with describing and understanding variability in observations, and predicting future observations. Observations are often modelled as

\[\mbox{observed}=\mbox{explained}+\mbox{remainder}\]

where “remainder” refers to variation that could not be explained by predictors, including measurement error but also lack of fit or variation caused by model misspecification. For spatial data, a further term is often helpful, as in

\[\mbox{observed}=\mbox{explained} + \mbox{smooth} + \mbox{remainder}\]

where “smooth” refers to variation that is not explained by external predictors but that clearly shows “smooth” spatial patterns, as opposed to the “rough” remainder which does not do this. Such a “smooth” term can for instance be modelled by base functions in coordinates (splines, smoothers) or as a random term that is spatially correlated.

Chapter 10 introduces statistical modelling of spatial data, as a preparation to the subsequent chapters but also highlighting a number of relevant aspects that are not elaborated on in later chapters. It tries to bridge these chapters with concepts from the first part of this book, in particular support (Chapter 5).

It is now obvious that a complete and comprehensive treatment of the topic of statistical models for spatial data that also includes instructions about the use of computational software in a single book is an impossible task. The spatstat book (Baddeley, Rubak, and Turner 2015) has around 850 pages for only spatial point patterns and R. This part focuses on the three “classical” spatial statistics topics: analysis of point patterns (Chapter 11), geostatistical data (Chapters -Chapter 12 and -Chapter 13), and lattice (areal) data (Chapters -Chapter 14 - -Chapter 17). Where possible we attempt to refer to further literature on methods and software implementations in R.