internal-functions | R Documentation |
The internal functions K
and f.point.block.cov
are not meant to be called by users directly. They are exported because
other R packages that import from constrainedKriging use them.
K(dist, model)
f.point.block.cov(pixconfig, locations, model)
dist |
a numeric vector with distances. |
model |
an object of class “ |
pixconfig |
a list of lists with the information about the pixels used
for the covariance approximation of the polygon neighbourhood
configurations, see respective information in section Value of
|
locations |
a numeric matrix with two columns that contain the coordinates of the observations. |
K
computes a vector with autocorrelations.
f.point.block.cov
computes a (n \times
m )
matrix with the autocovariances between n observations and
m prediction target blocks.
Christoph Hofer, christoph.hofer@alumni.ethz.ch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.