Skip to content

Commit 40dbc93

Browse files
committed
Merge branch 'st/doc_quickfixes' of github.com:JuliaGaussianProcesses/KernelFunctions.jl into st/doc_quickfixes
2 parents daf70a9 + 6ec8706 commit 40dbc93

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
@@ -158,7 +158,7 @@ The [`PiecewisePolynomialKernel`](@ref) is defined for $x, x'\in \mathbb{R}^D$,
158158
k(x,x'; P, V) = \max(1 - x^\top P x', 0)^{j + V} f_V(x^\top P x', j),
159159
```
160160
where $j = \lfloor \frac{D}{2}\rfloor + V + 1$, and $f_V$ are polynomials defined as follows:
161-
````math
161+
```math
162162
\begin{aligned}
163163
f_0(r, j) &= 1, \\
164164
f_1(r, j) &= 1 + (j + 1) r, \\

0 commit comments

Comments
 (0)