added tutorial in examples

This commit is contained in:
Nicolas 2013-03-11 11:04:11 +00:00
parent ec748e2d6b
commit b39de379fd
4 changed files with 197 additions and 1 deletions

View file

@ -2,7 +2,7 @@
Gaussian process regression tutorial
*************************************
We will see in this tutorial the basics for building a 1 dimensional and a 2 dimensional Gaussian process regression model, also known as a kriging model.
We will see in this tutorial the basics for building a 1 dimensional and a 2 dimensional Gaussian process regression model, also known as a kriging model. The code shown in this tutorial can be found without the comments at GPy/examples/tuto_GP_regression.py.
We first import the libraries we will need: ::