@@ -40,11 +40,11 @@ def fit(
4040 Train the SimpleLocalDistributionEstimator.
4141
4242 Args:
43- covariates (ArrayLike) : Pre-treatment covariates.
44- treatment_arms (ArrayLike) : Treatment assignment variable (Z).
45- treatment_indicator (ArrayLike) : Treatment indicator variable (D).
46- outcomes (ArrayLike) : Scalar-valued observed outcome.
47- strata (ArrayLike) : Stratum indicators.
43+ covariates: Pre-treatment covariates.
44+ treatment_arms: Treatment assignment variable (Z).
45+ treatment_indicator: Treatment indicator variable (D).
46+ outcomes: Scalar-valued observed outcome.
47+ strata: Stratum indicators.
4848
4949 Returns:
5050 SimpleLocalDistributionEstimator: The fitted estimator.
@@ -209,11 +209,11 @@ def fit(
209209 Train the AdjustedLocalDistributionEstimator.
210210
211211 Args:
212- covariates (ArrayLike) : Pre-treatment covariates.
213- treatment_arms (ArrayLike) : Treatment assignment variable (Z).
214- treatment_indicator (ArrayLike) : Treatment indicator variable (D).
215- outcomes (ArrayLike) : Scalar-valued observed outcome.
216- strata (ArrayLike) : Stratum indicators.
212+ covariates: Pre-treatment covariates.
213+ treatment_arms: Treatment assignment variable (Z).
214+ treatment_indicator: Treatment indicator variable (D).
215+ outcomes: Scalar-valued observed outcome.
216+ strata: Stratum indicators.
217217
218218 Returns:
219219 AdjustedLocalDistributionEstimator: The fitted estimator.
0 commit comments