Skip to content

range from fit.variogram

2 messages · Mark Connolly, Edzer Pebesma

#
I think the range determined by fit.variogram is not the "practical"
range as mentioned in Applied Spatial Data Analysis with R.  Do I have
this right?  To get the range used for interpolation, I adjust the range
(eg. 3^0.5 * range)?
#
That is right, Mark; the adjustment factor is dependent on the model
used (Gaussian, it seems, in your case); e.g. for the exponential it
would be 3 * a. And of course depends also on how you define practical
range in the cases where the variogram reaches the sill asymptotically.
--
Edzer
Mark Connolly wrote: