Skip to content

Commit e0bbcb9

Browse files
committed
Documentation for parameters not rendering tex
1 parent 9034c90 commit e0bbcb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

JumpDiff/kernels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from scipy.stats import norm
1111

1212
def kernel(kernel_func):
13-
"""
13+
r"""
1414
Transforms a kernel function into a scaled kernel function (for a certain
1515
bandwidth ``bw``).
1616

JumpDiff/parameters.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def jump_amplitude(moments: np.ndarray, tol: float=1e-10,
1111
1212
.. math::
1313
14-
\lambda(x,t) &= \frac{M_4(x,t)}{3\sigma_{\xi}^4}.
14+
\lambda(x,t) = \frac{M_4(x,t)}{3\sigma_{\xi}^4}.
1515
1616
Take notice that the different normalisation of the ``moments`` leads to a
1717
different results.
@@ -76,7 +76,7 @@ def jump_rate(moments: np.ndarray, xi_est: np.ndarray=None, tol: float=1e-10,
7676
7777
.. math::
7878
79-
\sigma_{\xi}^2 &= \frac{M_6(x,t)}{5M_4(x,t)}.
79+
\sigma_{\xi}^2 = \frac{M_6(x,t)}{5M_4(x,t)}.
8080
8181
Take notice that the different normalisation of the ``moments`` leads to a
8282
different results.

0 commit comments

Comments
 (0)