We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebe6d8f + 6c534f7 commit 2cde643Copy full SHA for 2cde643
gpytorch/kernels/rff_kernel.py
@@ -35,7 +35,7 @@ class RFFKernel(Kernel):
35
36
.. math::
37
\begin{equation}
38
- k(\Delta) = \exp{(-\frac{\Delta^2}{2\sigma^2})}$ and $p(\omega) = \exp{(-\frac{\sigma^2\omega^2}{2})}
+ k(\Delta) = \exp{(-\frac{\Delta^2}{2\sigma^2})} \text{ and } p(\omega) = \exp{(-\frac{\sigma^2\omega^2}{2})}
39
\end{equation}
40
41
where :math:`\Delta = x - x'`.
0 commit comments