Skip to content
Prev 31793 / 398525 Next

Kriging function ("prmat" and "semat") in spatial package

On Thu, 8 May 2003, Yan Yu wrote:

            
You read the wrong textbooks!  How about reading the one that this code
was written to support?  Note that prmat and semat are not predicting at
the data points.  Even if you predict at the same point, this is taking a
new sample, not the previous sample.  So it will interpolate iff there is
no nugget effect: computationally you may see small inaccuracies since the
distances are binned.
*All* R matrices are stored in column first order ... so why does this
need to be specified on that help page?