Skip to content

Commit 20daff6

Browse files
committed
minor clarification
1 parent 397fb06 commit 20daff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/kernels.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ where $\nu > 0$.
114114

115115
The Matérn 1/2 kernel is defined as
116116
```math
117-
k(x,x') = \exp\left(-|x-x'|\right).
117+
k(x,x') = \exp\left(-|x-x'|\right),
118118
```
119-
It is equivalent to the [`ExponentialKernel`](@ref).
119+
equivalent to the Exponential kernel. There is no `Matern12Kernel`, use [`ExponentialKernel`](@ref) instead.
120120

121121
### Matérn 3/2 Kernel
122122

0 commit comments

Comments
 (0)