3.8.2. statsmodels.nonparametric.bandwidths¶
3.8.2.1. Functions¶
bw_normal_reference (x[, kernel]) |
Plug-in bandwidth with kernel specific constant based on normal reference. |
bw_scott (x[, kernel]) |
Scott’s Rule of Thumb |
bw_silverman (x[, kernel]) |
Silverman’s Rule of Thumb |
select_bandwidth (x, bw, kernel) |
Selects bandwidth for a selection rule bw |