Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I am confused how gaussian processes and kriging are related? Can anyone please give me some simple explanation. I tried to go through the wiki but I didn't get it

share|improve this question

2 Answers

If the points in space are measured with normal random errors the measured points in the plane for Gaussian spatial process. When the process is Gaussian the kriging estimates are maximum likelihood as well as minimum variance unbiased.

share|improve this answer

The phrase "Gaussian process" is often used in two different ways: (a) to refer to a class of stochastic processes and (b) to refer to technique in machine learning.

Kriging is essentially another name for the same technique, but developed in the spatial statistics literature rather than the kernel method machine learning literature. So if you're referring to the method of Gaussian processes, I think you can safely say they are the same thing. the use of the term usually reflects one's background.

Of course the technique assumes that the data arise from the stochastic process that bears that name. Gaussian processes are just any stochastic process for which any finite linear combination of samples has a joint Gaussian distribution, and also come up in many contexts that have nothing to do with either spatial statistics or machine learning.

Rasmussen and Williams give a great discussion of the machine learning method of Gaussian processes and its relation to other methods, such as support vector machines and neural networks, in their freely available book.

share|improve this answer
Kriging might be slightly more narrow than Gaussian processes, e.g. limited to Gaussian process regression, though the method generalizes to classification as well. – cboettig Nov 16 '12 at 4:32

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.