View source: R/buildKrigingDACE.R
daceObjfunc | R Documentation |
Evaluate the fit of a certain set of model parameters (theta
), and
get all relevant variables of the model.
daceObjfunc(theta, pars, what = "all")
theta |
model parameters to be evaluated |
pars |
model option list, as created with |
what |
a string: "all" both the likelihood (f) and the model list (fit) will be returned, "f" and "fit specify to return only those. |
A list of two elements (which are NA if what
is specified accordingly)
f
likelihood
fit
also a list list of model variables, with the following elements:
|
generalized least squares estimate |
|
correlation factors |
|
maximum Likelihood estimate of the process variance |
|
Cholesky factor of correlation matrix |
|
Decorrelated regression matrix |
|
From QR factorization: Ft = Q*t(G) |
The authors of the original DACE Matlab code are Hans Bruun Nielsen, Soren Nymand Lophaven and Jacob Sondergaard.
Extension of the Matlab code by Tobias Wagner wagner@isf.de.
Porting and adaptation to R and further extensions by Martin Zaefferer martin.zaefferer@fh-koeln.de.
buildKrigingDACE
daceLikelihood
daceEvalFit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.