Skip to content

Commit cc49c49

Browse files
authored
Update periodic_kernel.py
use original author's URL per suggestion
1 parent 489cc1c commit cc49c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpytorch/kernels/periodic_kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class PeriodicKernel(Kernel):
7878
>>> covar = covar_module(x) # Output: LazyVariable of size (2 x 10 x 10)
7979
8080
.. _David Mackay's Introduction to Gaussian Processes equation 47:
81-
https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=e045b76dc5daf9f4656ac10b456c5d1d9de5bc84
81+
https://inference.org.uk/mackay/gpB.pdf
8282
"""
8383

8484
has_lengthscale = True

0 commit comments

Comments
 (0)