makeCCPred: Make Object of Class 'CCPred'

Description Usage Arguments Value

Description

A CCPred object contains one or more predictions of a CCKriging model for one or more new data points x0 as well as the estimated uncertainties of the predictions.

Usage

1
makeCCPred(pred, s.square, x0, model)

Arguments

pred

[numeric]
Predictions at new points x0.

s.square

[numeric]
Estimated uncertainties of pred.

x0

[data.frame]
The new data points.

model

[CCKriging]
The CCKriging model the predictions were made with.

Value

[CCPred]


dominikkirchhoff/CCKriging documentation built on May 19, 2019, 4:05 p.m.