Skip to content

Commit 4fedb60

Browse files
authored
Updated ExpQuad docstring (#5434)
* Updated ExpQuad docstring * Changed fix to correct docstring
1 parent 4d91c5f commit 4fedb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/gp/cov.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ class Exponential(Stationary):
526526
527527
.. math::
528528
529-
k(x, x') = \mathrm{exp}\left[ -\frac{||x - x'||}{2\ell^2} \right]
529+
k(x, x') = \mathrm{exp}\left[ -\frac{||x - x'||}{2\ell} \right]
530530
"""
531531

532532
def full(self, X, Xs=None):

0 commit comments

Comments
 (0)