Skip to content
Prev 4210 / 29559 Next

cokriging question

Dear Tom,
Hengl, T. wrote:
There is, and it is being used: the short name is spatial index and 
quadtree; you'll find links and explanation on
http://www.gstat.org/manual/node8.html#SECTION00351000000000000000

Both computers & geosciences papers on gstat mention this.

To see the effect of this, try to enlarge split to a number larger than 
the number of observations, as in

krige(log(zinc)~1, meuse, meuse[1,], vgm(1, "Exp", 300), set = 
list(split=1000))

Here, the bucket size is 1000, and all observations will be ranked 
according to distance to the prediction location (which does not require 
an n^2 matrix), using quick sort.

Other software, such as GSLIB (iirc) put a course regular grid over the 
domain to speed up neighbourhood selection.
--
Edzer