Interpolation Flashcards
Inverse distance weighting
more weight to closer points
Good for continuous data that exhibits spatial autocorrelation
Interpolation
estimate all the points between provided points to build a continuous surface
nearest neighbors
Builds Thiessen polygons and assigns all values in that polygon the value of the point in that polygon
Kriging (3 facts)
- gives you estimates of error
- models spatial variation
- weights are based on distance between points and the overall spatial arrangement of the measured points
Natural neighbors interpolation
smoothed version of triangulated irregular network
draws from Thiessen triangles
Splines
adjusts the trends in values between points to smooth it out into a curve
Trend analysis
builds a linear regression to predict the outcome north to south and east to west
Triangulated irregular network (TIN)
builds deluaney triangles and estimates the values of the space based on linear/cubic interpolation
Thiessen polygons/nearest neighbors
assigns all the points within a polygon the value of the point in that polygon
good for categorical data
2 stages for Kriging
- estimate the structure of the data including autocorrelation to choose the best model
- predict the unknown values (interpolation)