📖 Overview
Model-based Geostatistics by Peter Diggle provides a foundation in modern geostatistical methods, focusing on model-based approaches to spatial data analysis. The text bridges theoretical concepts with practical applications through worked examples using the R programming language.
The book progresses from basic principles of spatial statistics to advanced topics like spatial prediction and spatial point process models. Real-world case studies from environmental science, public health, and agriculture demonstrate the implementation of these methods.
Statistical theory and computational methods are integrated throughout the text, with an emphasis on likelihood-based inference and Monte Carlo methods. Code examples and datasets enable readers to replicate analyses and apply techniques to their own research problems.
The work represents a shift from traditional geostatistical approaches toward a more rigorous statistical framework for analyzing spatial data. This systematic treatment makes spatial analysis accessible to statisticians while maintaining relevance for practitioners in applied fields.
👀 Reviews
Readers note the book focuses on spatial statistics in epidemiology and public health contexts rather than traditional mining applications.
Liked:
- Clear explanations of complex statistical concepts
- Strong emphasis on practical implementation in R
- Detailed case studies using real data
- Logical progression from theory to application
Disliked:
- Advanced mathematical content requires strong statistics background
- Limited coverage of multivariate methods
- Some found R code examples too basic
- Focus mostly on health applications may not suit all readers
Ratings:
Goodreads: 4.0/5 (8 ratings)
Amazon: 4.5/5 (6 reviews)
One reviewer on Amazon noted: "The treatment of spatial point processes is particularly rigorous." A Goodreads user commented that "this is not a beginner-friendly text - readers should have graduate-level statistics knowledge."
No other major review sources found due to the book's specialized academic nature.
📚 Similar books
Statistics for Spatio-Temporal Data by Noel Cressie and Christopher K. Wikle
This text provides comprehensive coverage of modern statistical methods for spatial and spatio-temporal data analysis, building on the foundations presented in Diggle's work.
Applied Spatial Data Analysis with R by Roger S. Bivand, Edzer Pebesma, and Virgilio Gomez-Rubio The book presents practical implementations of spatial statistics and geostatistical methods using R programming, complementing the theoretical framework found in Diggle's book.
Spatial Statistics and Modeling by Carlo Gaetan and Xavier Guyon This volume extends the model-based approaches to spatial statistics with applications in environmental sciences and epidemiology.
Statistical Methods for Spatial Data Analysis by Oliver Schabenberger and Carol A. Gotway The text covers spatial data analysis methods with emphasis on statistical modeling and inference, sharing Diggle's rigorous mathematical approach.
Hierarchical Modeling and Analysis for Spatial Data by Sudipto Banerjee, Bradley P. Carlin, and Alan E. Gelfand This book explores Bayesian hierarchical modeling for spatial data analysis, providing an alternative perspective to the frequentist approach in Diggle's work.
Applied Spatial Data Analysis with R by Roger S. Bivand, Edzer Pebesma, and Virgilio Gomez-Rubio The book presents practical implementations of spatial statistics and geostatistical methods using R programming, complementing the theoretical framework found in Diggle's book.
Spatial Statistics and Modeling by Carlo Gaetan and Xavier Guyon This volume extends the model-based approaches to spatial statistics with applications in environmental sciences and epidemiology.
Statistical Methods for Spatial Data Analysis by Oliver Schabenberger and Carol A. Gotway The text covers spatial data analysis methods with emphasis on statistical modeling and inference, sharing Diggle's rigorous mathematical approach.
Hierarchical Modeling and Analysis for Spatial Data by Sudipto Banerjee, Bradley P. Carlin, and Alan E. Gelfand This book explores Bayesian hierarchical modeling for spatial data analysis, providing an alternative perspective to the frequentist approach in Diggle's work.
🤔 Interesting facts
🌍 Peter Diggle pioneered the integration of spatial statistics with modern computing methods, making complex geostatistical analysis more accessible to researchers across disciplines.
📊 The book introduces MCMC (Markov Chain Monte Carlo) methods in geostatistics, which revolutionized how scientists analyze environmental and epidemiological data.
🔬 Model-based Geostatistics emerged from research on parasitic diseases in Africa, specifically from studying the spatial distribution of river blindness in Cameroon.
📚 Unlike traditional geostatistics texts, this book emphasizes a probabilistic approach, treating spatial correlation as a tool rather than the central focus.
🖥️ The methods described in the book are supported by free R software packages, particularly 'geoR' and 'geoRglm', which have become standard tools in spatial data analysis.