EmuKit / emukit

A Python-based toolbox of various methods in decision making, uncertainty quantification and statistical emulation: multi-fidelity, experimental design, Bayesian optimisation, Bayesian quadrature, etc.
https://emukit.github.io/emukit/
Apache License 2.0
591 stars 128 forks source link

about GPR and kriging method #449

Closed silencetraveler closed 4 months ago

silencetraveler commented 1 year ago

Hello, the author. I don't quite understand the difference between GPR and kriging method, or the difference between multi-fidelity GPR and co-kriging. They are all regression methods based on Gaussian process, and both use the correlation between Covariance function and data for modeling and prediction. Some documents say that it is the same method, and some documents say that it is not the same. I would like to know some of your insights on this matter. Thank you for your reply.

apaleyes commented 1 year ago

Hello! I am by no way an expert in the matter, so cannot offer insights, only my own opinions. To me, kriging and GP regression are two ways to refer to exact same method, and the difference is that some fields (geostatistics) use one, while others (statistical emulation) another. I am afraid this is no different from many other sources found around the web though.

apaleyes commented 4 months ago

Hopefully the question is answered, closing