File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -446,8 +446,7 @@ class SteinThinning(
446446 :meth:`~coreax.kernels.ScalarValuedKernel.compute_mean`.
447447 :param unroll: Unroll parameter passed to
448448 :meth:`~coreax.kernels.ScalarValuedKernel.compute_mean`.
449- :param kde_bw_method: Bandwidth method passed to
450- :meth:`jax.scipy.stats.gaussian_kde`.
449+ :param kde_bw_method: Bandwidth method passed to `jax.scipy.stats.gaussian_kde`.
451450 """
452451
453452 kernel : ScalarValuedKernel
@@ -480,7 +479,7 @@ def refine(
480479 Only the score function, :math:`\nabla \log p(x)`, is provided to the
481480 solver. Since the lambda regularisation term relies on the density,
482481 :math:`p(x)`, directly, it is estimated using a Gaussian kernel density
483- estimator using :meth: `jax.scipy.stats.gaussian_kde`. The bandwidth
482+ estimator using `jax.scipy.stats.gaussian_kde`. The bandwidth
484483 method for this can passed as kde_bw_method when initialising
485484 :class:`SteinThinning`.
486485
You can’t perform that action at this time.
0 commit comments