We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c0335 commit fe6171aCopy full SHA for fe6171a
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