Spatial Interpolation & Trend Surface Analysis Flashcards

(54 cards)

1
Q

Spatial interpolation background

A
  • Data collection and analysis is expensive and infrequently collected
  • Unknown values must be estimated from collected data that can be sampled
  • Interpolation is procedure of estimating unknown values w/in area covered by existing observations
  • x, y, and z are important
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What can spatial interpolation be used for in GIS?

A
  • Provide contours to display data graphically
  • Calculate some property of the surface at a given point
  • Calculate value for how good the model fits data (where it performs well vs. poorly)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Spatial interpolation is often used to aid what?

A
  • Spatial decision making process both in physical and human geography
  • ex. Mineral prospecting and hydrocarbon exploration
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

4 Types of Spatial Interpolation

A
  • Global/Local
  • Exact/Approximate
  • Stochastic/Deterministic
  • Gradual/Abrupt
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Global Interpolators

A
  • Determine a single function which is mapped across the whole region
  • A change in one input value affects the entire map
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Local Interpolators

A
  • Algorithm is applied repeatedly to a small portion of total points
  • A change in one input value only affects the result within the window
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Exact Interpolators

A
  • Surface passes through all points whose values are known
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Approximate Interpolators

A
  • Used when there is some uncertainty about the given surface values
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Stochastic Method

A
  • Trend Surface Analysis and Kriging
  • Incorporates concept of randomness
  • Interpolated surface is conceptualized as one of many that might have been observed, all of which could have produced known data points
  • Allow for statistical significance of surface and uncertainty of predictions to be calculated
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Gradual Interpolators

A
  • Surface is smooth, no sharp boundaries

- Gradual changes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What can the statistical significance and uncertainty of a surface aid with?

A
  • Use errors to ID places that need more sampling (margins, edge effects)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Abrupt Interpolators

A
  • Quickly changing but continuous values
  • Impermeable barriers (eg geological faults)
  • High contrast from one variable to the next
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Deterministic Methods

A
  • Do no use probability theory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Distance Weighted

A
  • IDW
  • Simple
  • Assigns values using weighted average
  • Local algorithm, decide over what distance to process algorithm
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

IDW problems

A
  • No assessment of prediction errors

- Can produce ‘bulls eyes’ around data locations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How does IDW work?

A
  • Weights are a decreasing function of distance
  • w (d) = 1/d^P, where p is power
  • Larger the P, the greatest influence to values closest to the interpolated point
  • Weights values higher that are close by to create predicted value
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Would additional points improve IDW?

A
  • Probably
  • But if variable does not change much over an area then additional points can be redundant
  • Possibly costly to collect redundant points
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

TSA, Fitting Polynomials: Global vs. Local

A
  • Global: Single surface function for entire map

- Local: Estimate surface using only a selection of nearest points

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

TSA: Multiple functions

A
  • Using a continuous to produce a surface, y = f (x1, x2…xn)
  • 1 dependent variable, y
  • k independent explanatory variables, x1, x2…xn
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

TSA: Power Functions

A

y = f(x^n)

  • Linear: y = f (x) = a plus bx, no bend
  • Quadratic: y = f (x^2), one bend
  • Cubic: y = f (x^3), 2 bends
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

TSA: Fitting Polynomials

A
  • Decomposes each observation on a spatially distributed variable into a component associated with global trends and a component associated with purely local effects
  • Looks at residuals to see difference from global data
  • De-trends data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

De-trending data

A
  • Fit a polynomial function to find underlying trend
  • See if residuals are different from global trend
  • Separate and pull out trend and analyze data w/out it
  • Can put trend back in later
23
Q

TSA: What is the trend?

A
  • Regression line
  • What can help predict y
  • Subtract trend from point to get residual
24
Q

TSA: Polynomial eqns

A

y = alpha n x x^n plus alpha n-1 x x^n-1 plus…alpha 0 x x^0

25
TSA: Linear trend
- Uses a polynomial regression to fit a least-squares surface to input points
26
TSA: 1st order linear trend surface interpolation
- Performs a least-squares fit of a plane to the set of input points
27
TSA: Flat plane
- No bend - Is a 1st order polynomial - Linear - Tilted plane
28
TSA: 2nd degree polynomial
- 1 bend - Quadratic - A hill or a valley
29
TSA: 3rd degree polynomial
- 2 bends - Cubic - Hills and valleys
30
What technique in particular uses multiple regression?
- TSA | - Explanatory variables are x,y coordinates, sometimes completed by higher order polynomials
31
TSA: Method
- Observed value (zi) = Trend component [f (xi,yi)] plus Local Residual (ei) - Ordinary Least Squares (OLS) - Calculate parameters of f while ensuring minimum error
32
TSA: Levels of analysis
- Description (possible prediction of unknown values - Remove spatial form (for further analysis) - Spatial form (model to test hypothesis about spatial variation)
33
TSA: Series of?
- x, Longitude/Easting - y, Latitude/Northing - z, Height or attribute value
34
TSA: What is the observed phenomenon treated as?
A surface overlaying the map (Cartesian plane, coordinates may be arbitrary)
35
TSA: What are the 2 scales of spatial processes
- Regional Trend, or systematic component | - Local Effects, or departures from trend
36
Least Squared Analysis: What is needed prior to analysis?
- Unknown parameters - Observations - Mathematical relationship btwn the unknowns and observations - Then, linearize mathematical relationship (if not already) to transform - Then apply, OLS formulas
37
TSA: Original surface
= Trend plus Deviations
38
TSA: Trend (regional)
Explained component of model
39
TSA: Deviations (local)
Unexplained component of model | - Residuals
40
When does original surface = trend?
When error is 0 | - Original surface and estimated trend should have same mean value
41
TSA: Significance Test
- Used to find if polynomial order used is significant - [R^2K/(K-1)]/[(1-R^2K)/(n-K)] - Eqn is basically Sum Squares/k-1 or Mean Sum Squares = Sum square/Dof
42
TSA: Improvement Test
- Used to find if the polynomial is significantly better than the polynomial one degree lower - [(R^2K-R^2k)/(K-k)]/[(1-R^2K)/(n-K)] - Eqn is basically (Sum Square K - Sum Square k)/ (K-1) - (k-1)
43
SSR < 4, R^2 <0.2
Slight, almost negligible trend
44
SSR 4 - 16, R^2 0.2-0.4
Low, definite, but small trend
45
SSR 16-49, R^2 0.4-0.7
Moderate-substantial trend
46
SSR 50-80, R^2 0.7-0.9
Huge, marked trend
47
SSR 80-100, R^2 0.9-1.0
Very marked trend
48
SSR
Sum of Squares of Residuals - Explained - Residuals = Unexplained
49
F0 = ?
Mean squares/Mean square error | - Test statistic
50
TSA: Problems
1. Simplicity of polynomial surface compared to natural surface 2. 1st is a dipping flat plane, 2nd may have only 1 max or min - trend surface cannot pass through all data points, it is more of an average 3. Polynomial surfaces tend to accelerate w/o limit to higher or lower values in areas with no control points - Seriously exaggerated estimates
51
TSA: Problems, What about increasing the order of the polynomial?
- Computation difficulties - Requires sol'n to large number of simultaneous eons whose elements may consist of extremely large numbers - Maxtrix sol'n may become unstable, or round errors may result, leads to erroneous TS coefficients
52
TSA: Practical Problems
- Few data points = extreme values seriously distorting surface - Surfaces susceptible to edge effects, higher order poly's can turn abruptly near edges leading to unrealistic values - TS are inexact interpolations, long-range models, extreme values of distant data points can exert unduly large influence, resulting in poor local estimates of studied variable
53
TSA: big K vs. little k in eqn's
- k's are for number of variables present in polynomial order - K = larger order polynomial, 2nd order has 5 (x,y,xy,x2,y2) - k = smaller order, 1st has 2 (x,y)
54
TSA: What is the general process for determining which order is better?
- test significance of 1st and 2nd order - If 1st is significant but 2nd isn't, then choose 1st - If both are significant, then test improvement - If 2nd is improved and significant but has redundant variables, then take out those and run again and test if still better - If 2nd better than first, then repeat to compare 2nd w/ 3rd