Native ordinary kriging: solves the standard kriging system built
from a fitted variogram and returns the BLUP surface with kriging
variances. When no variogram is supplied, a fast weighted
least-squares fit with Cressie weights is used; pass
vgm = morie_spatial_variogram_fit(...) for the slower full
Gaussian-likelihood MLE.
Arguments
- coords
Matrix (or coercible) of observation coordinates, one row per observation.
- values
Numeric observations at
coords.- new_coords
Matrix of prediction locations.
- vgm
Optional fitted variogram list with elements
model,nugget,psill,range(as returned bymorie_spatial_variogram_fit). Default NULL fits by WLS.
