Skip to content
Prev 19834 / 29559 Next

back with cutoff/variogram question

On Sun, Nov 24, 2013 at 5:46 AM, Hodgess, Erin <HodgessE at uhd.edu> wrote:
There's quite a few 'variogram' functions in various R packages so it
might help if you told us which one!

 I should think that "the box spanning the data" is indeed the
bounding box. I don't see what you think would be '2' in this case
though, unless the diagonal length of the bounding box happened to be
6.

 For data that included points at (0,0) and (1,1) the diagonal would
have length sqrt(2) and so the cutoff default should be sqrt(2)/3.
Note you have to actually have points at those coordinates and not
just generate 1000 random points in the unit square.

 A few simple experiments with simulated point data sets with various
bounding boxes should confirm this, or you could just look at the
code?

Barry