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 fe6171a commit 4d5bb80Copy full SHA for 4d5bb80
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})} \text{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