Description Usage Arguments Details Value Examples
predictKM
,wrapper for kriging the sample means of statistics
varKM
,calculate the kriging prediction variances
extract
,extract the results of kriging
1 2 3 4 5 |
models |
list of covariance models, see |
... |
further arguments passed to function |
X |
kriging result |
type |
return type of results, see details below |
For a list of fitted covariance models the function predictKM predicts the sample means of statistics at (unsampled) points, calculates the prediction variances, if applicable, at these points and extracts the results. Note that, since we aim on predicting the "error free" value of the sample means, we use the smoothing kriging predictor as described in [2, Sec. 3.7.1].
The function extract either returns the predicted values, the prediction variances or the kriging weights for each point.
predictKM |
list of kriging predicted values |
varKM |
list of kriging prediction variances |
|
matrix of corresponding values (see details) |
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.