View source: R/BoundingCovariateEffects.R
M_step | R Documentation |
This function performs the maximization step in the EAM
algorithm. More specifically, it maximizes the expected improvement.
ToDo: implement sample space contractions (see comment made in documentation
of draw.sv.init
).
M_step(
dir,
evaluations,
theta.hash,
fit.krige,
test.fun,
c,
par.space,
hyperparams,
verbose
)
dir |
Direction to search in. |
evaluations |
Matrix containing each point that was already evaluated, alongside the corresponding test statistic and critical value, as its rows. |
theta.hash |
Tentative best value of theta. Obtained from the E-step. |
fit.krige |
Kriging model obtained from the A-step. |
test.fun |
The test function to be inverted in order to obtain the identified set. |
c |
Projection vector. |
par.space |
Bounds of the parameter space. |
hyperparams |
Parameters used in obtaining initial values
for the maximization algorithm. If |
verbose |
Verbosity parameter. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.