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 397fb06 commit 20daff6Copy full SHA for 20daff6
docs/src/kernels.md
@@ -114,9 +114,9 @@ where $\nu > 0$.
114
115
The Matérn 1/2 kernel is defined as
116
```math
117
- k(x,x') = \exp\left(-|x-x'|\right).
+ k(x,x') = \exp\left(-|x-x'|\right),
118
```
119
-It is equivalent to the [`ExponentialKernel`](@ref).
+equivalent to the Exponential kernel. There is no `Matern12Kernel`, use [`ExponentialKernel`](@ref) instead.
120
121
### Matérn 3/2 Kernel
122
0 commit comments