predict.NestedKriging: Predict from a 'NestedKriging' object.

View source: R/NestedKrigingClass.R

predict.NestedKrigingR Documentation

Predict from a NestedKriging object.

Description

Predict from a NestedKriging object.

Usage

## S3 method for class 'NestedKriging'
predict(object, x, return_stdev = TRUE, ...)

Arguments

object

S3 NestedKriging object.

x

Input points (matrix) where to predict.

return_stdev

Logical, return standard deviation (default TRUE).

...

Ignored.

Value

A list with elements mean and (optionally) stdev.


rlibkriging documentation built on July 12, 2026, 5:06 p.m.