update in the documentation on kernel implementation

This commit is contained in:
Nicolas 2013-03-11 12:59:39 +00:00
parent bca8c1e807
commit 25d73b13e9

View file

@ -35,4 +35,13 @@ spline |tick| |tick| |tick| |tick| |tick|
white |tick| |tick| |tick| |tick| |tick| |tick| |tick| |tick| |tick| |tick|
==================== =========== ====== ======= =========== =============== ======= =========== ====== ====== =======
Depending on the use, all functions may not be required
* ``get/set, K, Kdiag``: compulsory
* ``dK_dtheta``: necessary to optimize the model
* ``dKdiag_dtheta``: sparse models, BGPLVM, GPs with uncertain inputs
* ``dK_dX``: sparse models, GPLVM, BGPLVM, GPs with uncertain inputs
* ``dKdiag_dX``: sparse models, BGPLVM, GPs with uncertain inputs
* ``psi0, psi1, psi2``: BGPLVM, GPs with uncertain inputs
.. |tick| image:: Figures/tick.png