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:
778
778
array, otherwise a 2D array with shape (# of dims, # of data).
779
779
bw_method : {'scott', 'silverman'} or float or callable, optional
780
780
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
782
782
callable, it should take a `GaussianKDE` instance as only
783
783
parameter and return a float. If None (default), 'scott' is used.
784
784
@@ -795,7 +795,7 @@ class GaussianKDE:
795
795
the covariance matrix is multiplied.
796
796
covariance : ndarray
797
797
The covariance matrix of *dataset*, scaled by the calculated bandwidth
798
- (`!factor`).
798
+ (`!kde. factor`).
799
799
inv_cov : ndarray
800
800
The inverse of *covariance*.
801
801
You can’t perform that action at this time.
0 commit comments