Data.1D.model: Synthetic model output for a simple 1-parameter ensemble...

Description Usage Format Details Examples

Description

Synthetic model output for a simple 1-parameter ensemble example

Usage

1

Format

The format is a list containing five elements

$ t

: 11-element time vector: (0, 1, ..., 10)

$ tunits

: Time units="Year"

$ out

: [1:11, 1:21] matrix of model response, [row,col] = [time index, parameter index]. The corresponding vector of parameters for columns is in the $par component of Data.1D.par.Rd ...

$ outname

: Output name="Sample Output"

$ outunits

: Output units="Unitless"

Details

Model response Y is a function of time and parameter setting Θ as follows: Y=sin(Θ)(1 + 2t+t^2)

Examples

1
2
3
4
# Fit an emulator to the 1-parameter ensemble data
data(Data.1D.model)
data(Data.1D.par)
emulator(Data.1D.par, Data.1D.model, FALSE, FALSE, 1, 1)

scrim-network/Stilt-Rpkge documentation built on May 29, 2019, 4:07 p.m.