(_)
| 119449 | } else return support; |
| 119450 | }, |
| 119451 | bandwidth (_) { |
| 119452 | if (!arguments.length) return bandwidth; |
| 119453 | bandwidth = _; |
| 119454 | if (!bandwidth && support) bandwidth = estimateBandwidth(support); |
| 119455 | return dist; |
| 119456 | }, |
| 119457 | sample () { |
| 119458 | return support[~~(random() * n)] + bandwidth * kernel.sample(); |
| 119459 | }, |
nothing calls this directly
no test coverage detected