pGPx-package | R Documentation |
Computes pseudo-realizations from the posterior distribution of a Gaussian Process (GP) with the method described in Azzimonti et al. (2016) \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1137/141000749")}. The realizations are obtained from simulations of the field at few well chosen points that minimize the expected distance in measure between the true excursion set of the field and the approximate one. Also implements a R interface for (the main function of) Distance Transform of sampled Functions (https://cs.brown.edu/people/pfelzens/dt/index.html).
Generates posterior pseudo-realizations of Gaussian processes for excursion set estimation. The package provides posterior pseudo-realizations over large designs by simulating the field at few well chosen points and interpolating the result. The points are chosen minimizing the (posterior) expected distance in measure between the approximate excursion set and the full excursion set. The main functions in the package are:
optim_dist_measure
: Given a km objects computes the optimal simulation points e_1
, ... , e_m
according to algorithm A
or B
.
krig_weight_GPsimu
: Given the simulations points and the interpolation points computes the kriging weights for the approximate process \tilde{Z}
at the interpolation points.
grad_kweights
: Given the simulations points and the interpolation points returns the gradient of kriging weights with respect to the interpolation points.
expDistMeasure
: computes the expected distance in measure between the excursion set of the approximated process and the true excursion set.
simulate_and_interpolate
: Generates nsims
approximate posterior field realizations at interpolatepoints
given the optimized simulation points.
Contour length: the function compute_contourLength
computes the excursion set contour length for each GP realization.
Distance transform: the function dtt_fast
computes the distance transform of a binary image (Felzenszwalb and Huttenlocher, 2012) and the function DTV
computes the distance transfom variability.
Volumes: the function computeVolumes
computes the excursion volumes for each GP realization. It also applies a bias correction for approximate realizations.
This work was supported in part by the Swiss National Science Foundation, grant numbers 146354, 167199 and the Hasler Foundation, grant number 16065. The author wishes to thank David Ginsbourger, Clément Chevalier and Julien Bect for the fruitful discussions.
Maintainer: Dario Azzimonti dario.azzimonti@gmail.com (ORCID) [copyright holder]
Other contributors:
Julien Bect julien.bect@centralesupelec.fr [contributor]
Pedro Felzenszwalb (Original dt code, https://cs.brown.edu/people/pfelzens/dt/index.html) [contributor, copyright holder]
Azzimonti, D., Bect, J., Chevalier, C., and Ginsbourger, D. (2016a). 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.
Azzimonti, D. and Ginsbourger, D. (2017). Estimating orthant probabilities of high dimensional Gaussian vectors with an application to set estimation. Journal of Computational and Graphical Statistics.
Bolin, D. and Lindgren, F. (2015). Excursion and contour uncertainty regions for latent Gaussian models. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 77(1):85–106.
Chevalier, C. (2013). Fast uncertainty reduction strategies relying on Gaussian process models. PhD thesis, University of Bern.
Chevalier, C., Bect, J., Ginsbourger, D., Vazquez, E., Picheny, V., and Richet, Y. (2014). Fast kriging-based stepwise uncertainty reduction with application to the identification of an excursion set. Technometrics, 56(4):455–465.
Felzenszwalb, P. F. and Huttenlocher, D. P. (2012). Distance Transforms of Sampled Functions. Theory of Computing, 8(19):415-428.
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.