bound_profiles {profExtrema} | R Documentation |
Bound for profile extrema quantiles
Description
The function bound_profiles computes the upper and lower bounds for the profile extrema quantiles of a Gaussian process model.
Usage
bound_profiles(objectUQ, mean_var_delta = NULL, beta = 0.0124,
alpha = 0.025, allPsi = NULL, options_approx = NULL,
options_full_sims = NULL)
Arguments
objectUQ |
an object returned by coordProf_UQ or the object saved in |
mean_var_delta |
the profile extrema functions at |
beta |
the level of confidence for the approximate simulations |
alpha |
the level of confidence for the bound |
allPsi |
optional list of matrices (dim |
options_approx |
an optional list of options for approxMaxMin (or approxProfileExtrema if |
options_full_sims |
an optional list of options for getAllMaxMin (or getProfileExtrema if |
Value
a list containing
bound:
a list containing the upper/lower bound for profile sup and infapprox:
a list containing the upper/lower approximate quantiles for profile sup and inf
Author(s)
Dario Azzimonti