File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -778,7 +778,7 @@ class GaussianKDE:
778778 array, otherwise a 2D array with shape (# of dims, # of data).
779779 bw_method : {'scott', 'silverman'} or float or callable, optional
780780 The method used to calculate the estimator bandwidth. If a
781- float, this will be used directly as `!factor`. If a
781+ float, this will be used directly as `!kde. factor`. If a
782782 callable, it should take a `GaussianKDE` instance as only
783783 parameter and return a float. If None (default), 'scott' is used.
784784
@@ -795,7 +795,7 @@ class GaussianKDE:
795795 the covariance matrix is multiplied.
796796 covariance : ndarray
797797 The covariance matrix of *dataset*, scaled by the calculated bandwidth
798- (`!factor`).
798+ (`!kde. factor`).
799799 inv_cov : ndarray
800800 The inverse of *covariance*.
801801
You can’t perform that action at this time.
0 commit comments