Skip to content

Question about ate_inference() #993

@victor5as

Description

@victor5as

Hello,

I have a question regarding the standard error computation in ate_inference() when X is not None.

For a linear CATE model, $\tau(x) = \psi(x)'\beta$, the ATE is $\theta = \Psi'\beta$, where $\Psi = E[\psi(X)]$.

The point estimate $\hat{\theta} = \hat{\Psi}'\hat{\beta}$ (where $\hat{\Psi} = \frac{1}{n}\sum_{i=1}^n \psi(X_i)$ and $\hat{\beta}$ are the final model coefficients) aligns with ate_inference().

However, it appears that ate_inference() calculates the standard error as $\sqrt{\hat{\Psi}' \hat{V} \hat{\Psi}}$, treating $\hat{\Psi}$ as a constant and disregarding its sampling variation.

Wouldn't it be preferable to use the Delta Method for standard error calculation in this case?

I'd appreciate your insights on this matter.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions