View source: R/BoundingCovariateEffects.R
A_step | R Documentation |
This function performs the approximation step in the EAM
algorithm. More specifically, it fits a Gaussian-process regression model
(Kriging) to the evaluated data points (\theta, c(\theta))
.
A_step(evaluations, verbose = 0)
evaluations |
Matrix containing each point that was already evaluated, alongside the corresponding test statistic and critical value, as its rows. |
verbose |
Verbosity parameter. |
Results of the A-step.
Package rkriging.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.