andrewzm / STRbook

Supplementary package for "Spatio-Temporal Statistics with R" by C.K. Wikle, A. Zammit-Mangion, and N. Cressie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STRbook

Supplementary package for "Spatio-Temporal Statistics with R" by C.K. Wikle, A. Zammit-Mangion, and N. Cressie

STRbook contains several data sets, as well as helper functions, for guiding the user through the Labs in the book. The package will not be available on CRAN due to the size of the data sets, and it must be installed from this GitHub page. To install, please install devtools first. Then, in the command line, type

library(devtools)
install_github("andrewzm/STRbook")

About the Book

The book "Spatio-Temporal Statistics with R" is a 2019 Chapman & Hall/CRC book, and a print edition is available for purchase here (Discount code: STSR1). The book is also available for free download on the book's companion website https://spacetimewithr.org. The companion website also contains source code for the Labs, errata, contact information, and more.

Book Summary

drawing

The world is becoming increasingly complex, with larger quantities of data available to be analyzed. It so happens that much of these “big data” that are available are spatio-temporal in nature, meaning that they can be indexed by their spatial locations and time stamps.

Spatio-Temporal Statistics with R provides an accessible introduction to statistical analysis of spatio-temporal data, with hands-on applications of the statistical methods using R Labs found at the end of each chapter. The book:

  • Gives a step-by-step approach to analyzing spatio-temporal data, starting with visualization, then statistical modelling, with an emphasis on hierarchical statistical models and basis function expansions, and finishing with model evaluation
  • Provides a gradual entry to the methodological aspects of spatio-temporal statistics
  • Provides broad coverage of using R as well as “R Tips” throughout.
  • Features detailed examples and applications in end-of-chapter Labs
  • Features “Technical Notes” throughout to provide additional technical detail where relevant

Supplemented by a website featuring the associated R package, data, reviews, errata, a discussion forum, and more The book fills a void in the literature and available software, providing a bridge for students and researchers alike who wish to learn the basics of spatio-temporal statistics. It is written in an informal style and functions as a down-to-earth introduction to the subject. Any reader familiar with calculus-based probability and statistics, and who is comfortable with basic matrix-algebra representations of statistical models, would find this book easy to follow. The goal is to give as many people as possible the tools and confidence to analyze spatio-temporal data.

About

Supplementary package for "Spatio-Temporal Statistics with R" by C.K. Wikle, A. Zammit-Mangion, and N. Cressie


Languages

Language:R 100.0%