predict.homTP: Student-t process predictions using a homoskedastic noise GP...

View source: R/hetTP.R

predict.homTPR Documentation

Student-t process predictions using a homoskedastic noise GP object (of class homGP)

Description

Student-t process predictions using a homoskedastic noise GP object (of class homGP)

Usage

## S3 method for class 'homTP'
predict(object, x, xprime = NULL, ...)

Arguments

object

an object of class homGP; e.g., as returned by mleHomTP

x

matrix of designs locations to predict at

xprime

optional second matrix of predictive locations to obtain the predictive covariance matrix between x and xprime

...

no other argument for this method

Details

The full predictive variance corresponds to the sum of sd2 and nugs.

Value

list with elements

  • mean: kriging mean;

  • sd2: kriging variance (filtered, e.g. without the nugget value)

  • cov: predictive covariance matrix between x and xprime

  • nugs: nugget value at each prediction location


hetGP documentation built on Oct. 3, 2023, 1:07 a.m.