Interpolating A Surface From Sampled Point Data
Interpolating A Surface From Sampled Point Data
From
Sampled Point Data
Interpolating a Surface From Sampled Point Data
Assumes a continuous surface that is sampled
Interpolation
Estimating the attribute values of locations that
are within the range of available data using
known data values
Extrapolation
Estimating the attribute values of locations
outside the range of available data using known
data values
Interpolating a Surface From Sampled Point Data
Interpolation
Estimating a point
here: interpolation
Sample
data
Interpolating a Surface From Sampled Point Data
Extrapolation
Sample
data
Estimating a point
here: extrapolation
Interpolating a Surface From Sampled Point Data
A B = 4 feet
then
C
C = (8 + 4) / 2 = 6 feet
B
Elevation profile
Interpolating a Surface From Sampled Point Data
Non-Linear Interpolation
Sample Often results in a
elevation data more realistic
interpolation but
A
estimating missing
data values is more
C complex
B
Elevation profile
Interpolating a Surface From Sampled Point Data
Global Interpolation
Uses all known sample points to estimate a value at an
unsampled location
Sample
data
Interpolating a Surface From Sampled Point Data
Local Interpolation
Uses a neighborhood of sample points to estimate a value at
an unsampled location
Sample
data
z = b0 + b 1x + e z
x
Trend Surface
1st Order Trend Surface
z = b0 + b 1 x + b 2 y + e
x
Trend Surface
Inverse Distance Weighted
(IDW)
Inverse Distance Weighted
Local method
Exact
Can be linear or non-linear
1
i i i
n
d
p
i 1
i
100
IDW:
4 Closest 3
3 160 neighbors,
r=2
2
200
Inverse Distance Weighted
(Example)
Weights
A 1 / (42) = .0625
B 1 / (32) = .1111
C 1 / (22) = .2500
A = 100
4
B = 160
3
2
C = 200
Inverse Distance Weighted
(Example)
Weights Weights * Value
A 1 / (42) = .0625 .0625 * 100 = 6.25
B 1 / (32) = .1111 .1111 * 160 = 17.76
C 1 / (22) = .2500 .2500 * 200 = 50.00
Total = .4236 A = 100
4
6.25 +17.76 + 50.00 = 74.01
B = 160
3
74.01 / .4236 = 175
2
C = 200
Geostatistics
Geostatistics
Geostatistics:The original purpose of geostatistics
centered on estimating changes in ore grade within a
mine.
The principles have been applied to a variety of areas in
geology and other scientific disciplines.
1 Nh
( h) (z z ) i ih
2
2N h
i 1
Semivariance
1 Nh
( h) (z z )i ih
2
2Nh
i 1
3 h 1 h 3
C whereh a
( h) 2 a 2 a 3
C whereh a
Variogram (Models(
Exponential Model
γ(h) C 1 e h a
spherical and exponential with the same spherical and exponential with the same
range and sill sill and the same initial slope
Kriging
Interpolation
Kriging Interpolation
z ( p) w z ( p )
e i i
This estimated value will most likely differ from the actual
value at point p, Za(p), and this difference is called the
estimation error:
z ( p) z ( p)
p e a
Punctual (Ordinary) Kriging
If no drift exists and the weights used in the
estimation sum to one, then the estimated value
is said to be unbiased. The scatter of the
estimates about the true value is termed the
error or estimation variance,
[ z e
( p i ) z a ( p i )] 2
i
σ
2
z
i 1
n
Punctual (Ordinary) Kriging
kriging tries to choose the optimal weights that
produce the minimum estimation error .
Optimal weights, those that produce unbiased
estimates and have a minimum estimation variance, are
obtained by solving a set of simultaneous equations .
w1 w2 w3 1
Punctual (Ordinary) Kriging
A fourth variable is introduced called the Lagrange
multiplier
w1 (h11 ) w2 (h12 ) w3 (h13 ) (h1 p )
w1 (h21 ) w2 (h22 ) w3 (h23 ) (h2 p )
w1 (h31 ) w2 (h32 ) w3 (h33 ) (h3 p )
w1 w2 w3 1
(h ) (h ) (h ) 1 w (h
11 12 13 1 1p
)
(h ) (h ) (h ) 1 w (h )
21 21
23 2 2p
(h ) (h ) (h ) 1 w (h
31 32 33 3 3p
)
1 1 1 0 1
Punctual (Ordinary) Kriging
Once the individual weights are known, an estimation
can be made by
ze ( p) w1 z1 w2 z 2 w3 z3
And an estimation variance can be calculated by