emul.1D: Emulator of model for the 1-parameter example

Description Usage Format Details Examples

Description

Gaussian Process emulator object fitted to the 1-parameter example given in Data.1D.par and Data.1D.model

Usage

1

Format

This is a standard emulator list object, containing standard emulator components as described in 'emulator' function

Details

The emulator was fit with both the parameter and time covariates, with a relative tolerance of 1E-9, with two optimization attempts. The regression coefficients were estimated during the optimization process.

Examples

1
2
3
4
# Cross-validate the 1-parameter model emulator and plot the results at
# time index 5
data(emul.1D)
test.all(emul.1D, 5)

stilt documentation built on May 2, 2019, 1:10 p.m.