(
self, q: float = ..., interpolation: QuantileInterpolation = ...
)
| 2605 | |
| 2606 | @overload |
| 2607 | def quantile( |
| 2608 | self, q: float = ..., interpolation: QuantileInterpolation = ... |
| 2609 | ) -> float: ... |
| 2610 | |
| 2611 | @overload |
| 2612 | def quantile( |