Skip to content

Commit 423cae1

Browse files
committed
deploy: 451d2f4
1 parent 8070372 commit 423cae1

3 files changed

Lines changed: 17 additions & 1 deletion

File tree

api/simple.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
254254
into how treatment affects different parts of the outcome distribution. For stratified
255255
estimators, 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
523527
into how treatment affects different parts of the outcome distribution. For stratified
524528
estimators, 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">

api/stratified.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ <h2>SimpleStratifiedDistributionEstimator<a class="headerlink" href="#simplestra
230230
<p>The QTE measures the difference in quantiles between treatment groups, providing insights
231231
into how treatment affects different parts of the outcome distribution. For stratified
232232
estimators, the computation properly accounts for strata.</p>
233+
<p>Variance is estimated by stratified bootstrap: indices are resampled with replacement
234+
within each stratum independently, which preserves per-stratum sample sizes and reflects
235+
the covariate-adaptive randomization (CAR) design. For estimators without strata
236+
(single stratum), this degenerates to a plain bootstrap.</p>
233237
<dl class="field-list simple">
234238
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
235239
<dd class="field-odd"><ul class="simple">
@@ -475,6 +479,10 @@ <h2>AdjustedStratifiedDistributionEstimator<a class="headerlink" href="#adjusted
475479
<p>The QTE measures the difference in quantiles between treatment groups, providing insights
476480
into how treatment affects different parts of the outcome distribution. For stratified
477481
estimators, the computation properly accounts for strata.</p>
482+
<p>Variance is estimated by stratified bootstrap: indices are resampled with replacement
483+
within each stratum independently, which preserves per-stratum sample sizes and reflects
484+
the covariate-adaptive randomization (CAR) design. For estimators without strata
485+
(single stratum), this degenerates to a plain bootstrap.</p>
478486
<dl class="field-list simple">
479487
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
480488
<dd class="field-odd"><ul class="simple">

0 commit comments

Comments
 (0)