@@ -253,6 +253,10 @@ <h2>SimpleDistributionEstimator<a class="headerlink" href="#simpledistributiones
253253< p > The QTE measures the difference in quantiles between treatment groups, providing insights
254254into how treatment affects different parts of the outcome distribution. For stratified
255255estimators, the computation properly accounts for strata.</ p >
256+ < p > Variance is estimated by stratified bootstrap: indices are resampled with replacement
257+ within each stratum independently, which preserves per-stratum sample sizes and reflects
258+ the covariate-adaptive randomization (CAR) design. For estimators without strata
259+ (single stratum), this degenerates to a plain bootstrap.</ p >
256260< dl class ="field-list simple ">
257261< dt class ="field-odd "> Parameters< span class ="colon "> :</ span > </ dt >
258262< dd class ="field-odd "> < ul class ="simple ">
@@ -522,6 +526,10 @@ <h2>AdjustedDistributionEstimator<a class="headerlink" href="#adjusteddistributi
522526< p > The QTE measures the difference in quantiles between treatment groups, providing insights
523527into how treatment affects different parts of the outcome distribution. For stratified
524528estimators, the computation properly accounts for strata.</ p >
529+ < p > Variance is estimated by stratified bootstrap: indices are resampled with replacement
530+ within each stratum independently, which preserves per-stratum sample sizes and reflects
531+ the covariate-adaptive randomization (CAR) design. For estimators without strata
532+ (single stratum), this degenerates to a plain bootstrap.</ p >
525533< dl class ="field-list simple ">
526534< dt class ="field-odd "> Parameters< span class ="colon "> :</ span > </ dt >
527535< dd class ="field-odd "> < ul class ="simple ">
0 commit comments