trying to fix doc 2

This commit is contained in:
Nicolas 2013-01-31 17:57:56 +00:00
parent e995fb1f89
commit 19eb6907c6
2 changed files with 6 additions and 7 deletions

View file

@ -14,7 +14,7 @@ class Matern32(kernpart):
.. math::
k(r) = \\sigma^2 (1 + \\sqrt{3} r) \exp(- \sqrt{3} r) \\ \\ \\ \\ \\ \\text{ where } r = \sqrt{\sum_{i=1}^D \\frac{(x_i-y_i)^2}{\ell_i^2} }
k(r) = \\sigma^2 (1 + \\sqrt{3} r) \exp(- \sqrt{3} r) \\ aa \\ \\ \\ \\text{ where } r = \sqrt{\sum_{i=1}^D \\frac{(x_i-y_i)^2}{\ell_i^2} }
:param D: the number of input dimensions
:type D: int