scipy.stats.gaussian_kde.
covariance_factor#
- gaussian_kde.covariance_factor()[source]#
Computes the bandwidth factor factor. The default is
scotts_factor
. A subclass can overwrite this method to provide a different method, or set it through a call toset_bandwidth
.