Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-backports > by-pkgid > e578866d55cd81fdb23827cdf3cec911 > files > 514

python-scikits-learn-0.6-1mdv2010.2.i586.rpm



.. _example_gaussian_process_plot_gp_regression.py:


=========================================================
Gaussian Processes regression: basic introductory example
=========================================================

A simple one-dimensional regression exercise with a cubic correlation
model whose parameters are estimated using the maximum likelihood principle.

The figure illustrates the interpolating property of the Gaussian Process
model as well as its probabilistic nature in the form of a pointwise 95%
confidence interval.


.. image:: images/plot_gp_regression.png
    :align: center

**Python source code:** :download:`plot_gp_regression.py <plot_gp_regression.py>`

.. literalinclude:: plot_gp_regression.py
    :lines: 16-