View source: R/BoundingCovariateEffects.R
EI | R Documentation |
Used in the M-step (M_step.R). Note: predict(fit.krige, ...) has weird beheviour when making predictions for a single value in terms of standard error. We work around this issue in this implementation.
EI(theta, test.fun, fit.krige, theta.hash, dir)
theta |
Vector of coefficients. |
test.fun |
Test function (cf. |
fit.krige |
Fitted Kriging model. |
theta.hash |
Tentative optimal value for theta, i.e., the largest or smallest feasible value for theta (if dir = 1 or dir = -1, respectively). A 'feasible value' is one that satisfies all moment restrictions. |
dir |
Search direction. |
The expected improvement.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.