Spatio-Temporal Statistics with R Chapter Two: Exploring - - PowerPoint PPT Presentation

spatio temporal statistics with r
SMART_READER_LITE
LIVE PREVIEW

Spatio-Temporal Statistics with R Chapter Two: Exploring - - PowerPoint PPT Presentation

Spatio-Temporal Statistics with R Chapter Two: Exploring Spatio-Temporal Data Spatio-Temporal Data Spatio-Temporal Data Geostatistical : continuous spatial index Areal (lattice): defined on finite/countable subset in space Point


slide-1
SLIDE 1

Spatio-Temporal Statistics with R

Chapter Two: Exploring Spatio-Temporal Data

slide-2
SLIDE 2

Spatio-Temporal Data

slide-3
SLIDE 3

Spatio-Temporal Data

  • Geostatistical: continuous spatial index
  • Areal (lattice): defined on finite/countable subset in space
  • Point process: randomly located spatial processes
slide-4
SLIDE 4

NOAA Daily Weather

slide-5
SLIDE 5

Sea surface temperature

slide-6
SLIDE 6

Mediterranean winds

slide-7
SLIDE 7

Spatio-Temporal Data … in R

  • spacetime package in R extends definitions from sp and xts
  • How to represent spatio-temporal data?
  • Time-wide tables
  • Space-wide tables
  • Long format
slide-8
SLIDE 8

Visualization

slide-9
SLIDE 9

Spatial Plots

slide-10
SLIDE 10

Time-Series Plots

slide-11
SLIDE 11

Hovmöller Plots

slide-12
SLIDE 12

Hovmöller Plots

slide-13
SLIDE 13

Interactivity

  • trelliscope package allows for exploration/visualization of large-

scale data sets

  • Designed to visualize distributed date by processing in parallel

and then recombining.

slide-14
SLIDE 14

Exploratory Analysis

slide-15
SLIDE 15

Spatial Means

slide-16
SLIDE 16

Temporal Means

slide-17
SLIDE 17

Empirical spatial covariability

slide-18
SLIDE 18

Empirical spatial covariability

slide-19
SLIDE 19
  • The empirical spatiotemporal covariogram for spatial lag h and

time lag is given by

τ

Spatio-Temporal Covariograms and Semivariograms

slide-20
SLIDE 20

Spatio-Temporal Covariograms and Semivariograms

  • If we assume covariance only depends on displacement in time/

space, we can estimate semivariogram:

slide-21
SLIDE 21

Spatio-Temporal Covariograms and Semivariograms

slide-22
SLIDE 22

Empirical Orthogonal Functions

  • Empirical orthogonal functions (EOFs) used for dimensionality

reduction and for studying spatial structure

  • Recall principal component analysis projects original data onto

new coordinate space where the first coordinate aligns with the axis of largest variation, …

  • EOFs are obtained by treating observations at different time

points as “sample” and computing principal components

slide-23
SLIDE 23

Empirical Orthogonal Functions

slide-24
SLIDE 24

Lab 2.2: Visualization

slide-25
SLIDE 25

Lab 2.3: Exploratory Data Analysis