edm_crit2 {pGPx} | R Documentation |
Distance in measure criterion
Description
Computes the distance in measure criterion. To be used in optimization routines.
Usage
edm_crit2(
x,
other.points,
integration.points,
integration.weights = NULL,
intpoints.oldmean,
intpoints.oldsd,
precalc.data,
model,
threshold,
batchsize,
alpha,
current.crit
)
Arguments
x |
vector of dimension |
other.points |
Vector giving the other batchsize-1 points at which one wants to evaluate the criterion |
integration.points |
p*d matrix of points for numerical integration in the X space. |
integration.weights |
Vector of size p corresponding to the weights of these integration points. |
intpoints.oldmean |
Vector of size p corresponding to the kriging mean at the integration points. |
intpoints.oldsd |
Vector of size p corresponding to the kriging standard deviation at the integration points. |
precalc.data |
list result of precomputeUpdateData with |
model |
km model |
threshold |
threshold selected for excursion set |
batchsize |
number of simulation points |
alpha |
value of Vorob'ev threshold |
current.crit |
Current value of the criterion |
Value
the value of the expected distance in measure criterion at x
,other.points
.
References
Azzimonti D. F., Bect J., Chevalier C. and Ginsbourger D. (2016). Quantifying uncertainties on excursion sets under a Gaussian random field prior. SIAM/ASA Journal on Uncertainty Quantification, 4(1):850–874.
Azzimonti, D. (2016). Contributions to Bayesian set estimation relying on random field priors. PhD thesis, University of Bern.