Skip to content
Prev 26391 / 29559 Next

applying a regression kriging model outside gstats

Ordinary kriging and hence also RK are matrix algebra 
(http://spatial-analyst.net/book/system/files/RK5points.zip <-- look for 
the excel file). If you have model parameters (betas, vgm parameters), 
then it should be relatively easy to implement to generate predictions 
(you do not need gstat or similar). Problems might happen if the number 
of points is very high >>1000 so solving matrices can take time (in 
which case using a search radius etc is a good idea) or if you have to 
generate predictions for large areas... or you do not work with a linear 
model...

HTH,

T. Hengl
On 03/20/2018 12:12 PM, Naura, Marc wrote: