closest observation method
ˆZ(s0)=Z(sclosest)
inverse distance weighting method (IDW)
ˆZ(s0)=∑ni=1(Z(si)⋅wi)
- with wi=d−βi/∑ni=1d−βi
- optionally replace n by k<n: use only the k nearest locations
nearest neighbours method:
- special case of IDW with β=0 and k<n so that wi=1/k