Skip to content

Commit c8b0bbe

Browse files
authored
Fix documentation of CosineKernel (#231)
1 parent 9775bf5 commit c8b0bbe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/src/kernels.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ The [`ZeroKernel`](@ref) is defined as
4040
The [`CosineKernel`](@ref) is defined as
4141

4242
```math
43-
k(x, x') = \cos(\pi |x-x'|),
43+
k(x, x') = \cos(\pi \|x-x'\|).
4444
```
4545

46-
where $x\in\mathbb{R}$.
47-
4846
## Exponential Kernels
4947

5048
### Exponential Kernel

0 commit comments

Comments
 (0)