Gradient-enhanced kriging: Difference between revisions
Line 38: | Line 38: | ||
:<math>P_{ij} = \sigma^2 \mathrm{exp}\left(-\frac{|x_j-x_i|^2}{2 \theta^2}\right)</math>, |
:<math>P_{ij} = \sigma^2 \mathrm{exp}\left(-\frac{|x_j-x_i|^2}{2 \theta^2}\right)</math>, |
||
where the [[hyperparameter|hyperparameters]] are estimated from a Maximum Likelihood Estimate (MLE).<ref debaar2014 /> |
where the [[hyperparameter|hyperparameters]] are estimated from a Maximum Likelihood Estimate (MLE).<ref name = debaar2014 /> |
||
=== GEK === |
=== GEK === |
Revision as of 04:30, 8 November 2016
Template:New unreviewed article Gradient-Enhanced Kriging (GEK) is a surrogate modeling technique used in engineering. A surrogate model (alternatively known as a metamodel, response surface or emulator) is a prediction of the output of an expensive computer code. This prediction is based on a small number of evaluations of the expensive computer code.
Introduction
Predictor equations
In a Bayesian framework, we use Bayes' Theorem to predict the Kriging mean and variance conditional on the observations. In our case, the observations are the results of a number of computer simulations.
Kriging
Along the lines of [1] [2] , we are interested in the output of our computer simulation, for which we assume the normal prior probability distribution:
- ,
with prior mean and prior covariance matrix . The observations have the normal likelihood:
- ,
with the observation matrix and the observation error covariance matrix. After applying Bayes' Theorem we obtain a normally distributed posterior probability distribution, with Kriging mean:
- ,
and Kriging covariance:
- ,
where we have the gain matrix:
- .
In Kriging, the prior covariance matrix is generated from a covariance function. One example of a covariance function is the Gaussian covariance:
- ,
where the hyperparameters are estimated from a Maximum Likelihood Estimate (MLE).[3]
GEK
Example: Drag coefficient of a transonic airfoil
References
- ^ a b de Baar, J.H.S.; Dwight, R.P.; Bijl, H. (2014). "Improvements to gradient-enhanced Kriging using a Bayesian interpretation". International Journal for Uncertainty Quantification. 4 (3): 205–223.
- ^ Wikle, C.K.; Berliner, L.M. (2007). "A Bayesian tutorial for data assimilation". Phys. D: Nonlin. Phenom. 230 (1–2): 1–16.
- ^ Cite error: The named reference
debaar2014
was invoked but never defined (see the help page).