Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why the ate_interval produces same result for different alpha values? #511

Closed
ukm5 opened this issue Aug 11, 2021 · 3 comments
Closed

Why the ate_interval produces same result for different alpha values? #511

ukm5 opened this issue Aug 11, 2021 · 3 comments

Comments

@ukm5
Copy link

ukm5 commented Aug 11, 2021

Also, to what alpha do the confidence intervals in ate_inference summary correspond to? I was trying to determine the latter using the ate_interval function when I noticed that the intervals returned are independent of alpha passed into the function.
same_confidence_interval_LI

@vsyrgkanis
Copy link
Collaborator

I believe this relates to an issue that was recently fixed and merged #476

You could either install from the master branch of the repo or wait for the next release.

@ukm5
Copy link
Author

ukm5 commented Aug 12, 2021

Thanks! So just to confirm, the current intervals outputted for CATE and ATE are at 90% confidence? Also, how do I pass an alpha when using the effect_inference function?
Finally, is there an ETA on the next release? Since I work on my company maintained cloud of libraries, I am unsure of how to install from the master branch, but anyways thanks for the info!

@vsyrgkanis
Copy link
Collaborator

yeap!
you call: effect_inference(X).summary_frame(alpha=..)
or effect_inference(X).conf_int(alpha=...)
release should happen by Friday.

@ukm5 ukm5 closed this as completed Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants