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 b38033d commit 4b1961eCopy full SHA for 4b1961e
docs/src/kernels.md
@@ -146,7 +146,7 @@ The [`NeuralNetworkKernel`](@ref) (as in the kernel for an infinitely wide neura
146
The [`PeriodicKernel`](@ref) is defined as
147
148
```math
149
- k(x,x';r) = \exp\left(-0.5 \sum_i (sin (π(x_i - x'_i))/r_i)^2\right),
+ k(x,x';r) = \exp\left(-0.5 \sum_i (\sin (\pi(x_i - x'_i))/r_i)^2\right),
150
```
151
152
where $r$ has the same dimension as $x$ and $r_i > 0$.
0 commit comments