emul.1D {stilt} | R Documentation |
Emulator of model for the 1-parameter example
Description
Gaussian Process emulator object fitted to the 1-parameter example given in Data.1D.par and Data.1D.model
Usage
data(emul.1D)
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
# Cross-validate the 1-parameter model emulator and plot the results at
# time index 5
data(emul.1D)
test.all(emul.1D, 5)
[Package stilt version 1.3.0 Index]