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 1fb1e33 commit 7b6ca85Copy full SHA for 7b6ca85
1 file changed
src/basekernels/matern.jl
@@ -8,7 +8,7 @@ Matérn kernel of order `ν` with respect to the `metric`.
8
For inputs ``x, x'`` and metric ``d(\\cdot, \\cdot)``, the Matérn kernel of order
9
``\\nu > 0`` is defined as
10
```math
11
-k(x,x';\\nu) = \\frac{2^{1-\\nu}}{\\Gamma(\\nu)}\\big(\\sqrt{2\\nu} d(x, x')\\big) K_\\nu\\big(\\sqrt{2\\nu} d(x, x')\\big),
+k(x,x';\\nu) = \\frac{2^{1-\\nu}}{\\Gamma(\\nu)}\\big(\\sqrt{2\\nu} d(x, x')\\big)^{\\nu} K_\\nu\\big(\\sqrt{2\\nu} d(x, x')\\big),
12
```
13
where ``\\Gamma`` is the Gamma function and ``K_{\\nu}`` is the modified Bessel function of
14
the second kind of order ``\\nu``.
0 commit comments