You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: cover stratified bootstrap and quantiles=None behavior
- test_predict_qte_preserves_per_stratum_counts: spy on _compute_qtes
and assert every bootstrap replicate has the same per-stratum counts
as the original sample. This would fail under a plain bootstrap.
- test_predict_qte_default_quantiles: predict_qte without quantiles
returns shape (9,) for the [0.1, ..., 0.9] default.
- test_predict_qte_rejects_out_of_range_quantiles: values at the 0 / 1
boundary raise ValueError.
0 commit comments