From 6656393441daab1ee285b763d7cbc51b4f476e0b Mon Sep 17 00:00:00 2001 From: Nicolas Date: Thu, 31 Jan 2013 18:01:32 +0000 Subject: [PATCH] latex in doc is now beautiful --- GPy/kern/Matern32.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/kern/Matern32.py b/GPy/kern/Matern32.py index a5d70a62..9831ae40 100644 --- a/GPy/kern/Matern32.py +++ b/GPy/kern/Matern32.py @@ -14,7 +14,7 @@ class Matern32(kernpart): .. math:: - 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} } + 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} } :param D: the number of input dimensions :type D: int