Voronoi Polygons/Tessellation:
Inverse distance weighting (IDW): \(\hat{z_p}=\frac{\sum_i\frac{z_i}{d_{pi}^\gamma}}{\sum_i\frac{1}{d_{pi}^\gamma}}\)
\(k\)-Point Means/\(k\)-Nearest Neighbours:
The theoretical spatial continuous process: \(z_i = f(u_i, v_i) + \epsilon_i\)
Where \(\hat{f}(u_i, v_i)\) represents the point estimate for location \(i\).
Uncertainty is the interval that is likely to capture the true value, \(z_i\).
2025 Zehui Yin