trendMatrix.update: Trend model matrix operation

Description Usage Arguments Value Note Author(s)

View source: R/trendMatrix.update.R

Description

Updates the trend linear model matrix when new data are given.

Usage

1
trendMatrix.update(model, Xnew)

Arguments

model

an object of class km corresponding to the non-updated kriging model.

Xnew

a data frame containing the new data points.

Value

The model matrix corresponding to known design points and new data points.

Note

The model design and model response are not updated. This should be done before using trendMatrix.update.

Author(s)

O. Roustant, D. Ginsbourger


DiceKriging documentation built on Feb. 24, 2021, 1:07 a.m.