Skip to content

Commit 4b1961e

Browse files
authored
1 parent b38033d commit 4b1961e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/kernels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ The [`NeuralNetworkKernel`](@ref) (as in the kernel for an infinitely wide neura
146146
The [`PeriodicKernel`](@ref) is defined as
147147

148148
```math
149-
k(x,x';r) = \exp\left(-0.5 \sum_i (sin (π(x_i - x'_i))/r_i)^2\right),
149+
k(x,x';r) = \exp\left(-0.5 \sum_i (\sin (\pi(x_i - x'_i))/r_i)^2\right),
150150
```
151151

152152
where $r$ has the same dimension as $x$ and $r_i > 0$.

0 commit comments

Comments
 (0)