File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -551,7 +551,7 @@ Only the isotropic variant where :math:`l` is a scalar is supported at the momen
551
551
The kernel is given by:
552
552
553
553
.. math ::
554
- k(x_i, x_j) = \left (1 + \frac {d(x_i, x_j)^2 }{2 \alpha l^2 }\right )^\alpha
554
+ k(x_i, x_j) = \left (1 + \frac {d(x_i, x_j)^2 }{2 \alpha l^2 }\right )^{- \alpha }
555
555
556
556
The prior and posterior of a GP resulting from an RBF kernel are shown in
557
557
the following figure:
@@ -569,7 +569,7 @@ It is parameterized by a length-scale parameter :math:`l>0` and a periodicity pa
569
569
The kernel is given by:
570
570
571
571
.. math ::
572
- k(x_i, x_j) = \text {exp}\left (-2 \text {sin}(\pi / p * d(x_i, x_j)) / l\right )^2
572
+ k(x_i, x_j) = \text {exp}\left (-2 \left ( \ text {sin}(\pi / p * d(x_i, x_j)) / l\right )^2 \right )
573
573
574
574
The prior and posterior of a GP resulting from an ExpSineSquared kernel are shown in
575
575
the following figure:
You can’t perform that action at this time.
0 commit comments