Compute (on a regular grid) the empirical attainment function from conditional simulations of Gaussian processes corresponding to two objectives. This is used to estimate the Vorob'ev expectation of the attained set and the Vorob'ev deviation.
fun1sims: numeric matrix containing the conditional simulations of the first output (one sample in each row),
fun2sims: numeric matrix containing the conditional simulations of the second output (one sample in each row),
response: a matrix containing the value of the two objective functions, one output per row,
paretoFront: optional matrix corresponding to the Pareto front of the observations. It is estimated from response if not provided,
f1lim: optional vector (see details),
f2lim: optional vector (see details),
refPoint: optional vector (see details),
n.grid: integer determining the grid resolution,
compute.VorobExp: optional boolean indicating whether the Vorob'ev Expectation should be computed. Default is TRUE,
compute.VorobDev: optional boolean indicating whether the Vorob'ev deviation should be computed. Default is TRUE.
Returns
A list which is given the S3 class "CPF".
x, y: locations of grid lines at which the values of the attainment are computed,
values: numeric matrix containing the values of the attainment on the grid,
PF: matrix corresponding to the Pareto front of the observations,
responses: matrix containing the value of the two objective functions, one objective per column,
fun1sims, fun2sims: conditional simulations of the first/second output,
VE: Vorob'ev expectation, computed if compute.VorobExp = TRUE (default),
beta_star: Vorob'ev threshold, computed if compute.VorobExp = TRUE (default),
VD: Vorov'ev deviation, computed if compute.VorobDev = TRUE (default),
Details
Works with two objectives. The user can provide locations of grid lines for computation of the attainement function with vectors f1lim and f2lim, in the form of regularly spaced points. It is possible to provide only refPoint as a reference for hypervolume computations. When missing, values are determined from the axis-wise extrema of the simulations.
M. Binois, D. Ginsbourger and O. Roustant (2015), Quantifying Uncertainty on Pareto Fronts with Gaussian process conditional simulations, European Journal of Operational Research, 243(2), 386-394.
C. Chevalier (2013), Fast uncertainty reduction strategies relying on Gaussian process models, University of Bern, PhD thesis.
I. Molchanov (2005), Theory of random sets, Springer.
See Also
Methods coef, summary and plot can be used to get the coefficients from a CPF object, to obtain a summary or to display the attainment function (with the Vorob'ev expectation if compute.VorobExp is TRUE).