Description Usage Arguments Value
Creates an emulator whose variance itself is emulated, for stochastic systems.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | variance_emulator(
input_data_var,
input_data_exp,
npoints,
output_names,
ranges,
kurt = 3,
input_names = names(ranges),
beta,
u,
c_lengths,
funcs,
bucov,
deltas,
ev,
quadratic = TRUE,
beta.var = FALSE,
lik.method = "my"
)
|
input_data_var |
Required. A |
input_data_exp |
Required. A |
npoints |
The number of runs performed per observed point. |
output_names |
Required. The list of outputs to emulate from |
ranges |
A named list of parameter ranges. |
kurt |
The value of the kurtosis. Default: 3 |
input_names |
A list of input_names (if |
beta |
Optional: specifications for the regression coefficients, given as a list
of lists |
u |
Optional: the correlation structure for each output, given as a list of
lists |
c_lengths |
Optional: a set of correlation lengths. |
funcs |
Optional: basis functions for the regression surface. |
bucov |
Optional: a list of functions giving the covariance between each of the beta parameters and u(x). |
deltas |
Optional: the nugget terms to include in u(x). |
ev |
Optional. Used for determining nugget terms in absence on delta |
quadratic |
Optional: should the regression surface be linear or quadratic? Default: F |
beta.var |
Optional: should the beta coefficient be assumed to be known or should model variance be included? |
lik.method |
Optional: method used to determine hyperparameters sigma and theta. |
A list of Emulator
objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.