-
Notifications
You must be signed in to change notification settings - Fork 101
Methods for confidence sets for IV models that are robust to weak instruments #318
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
Conversation
refactor quadratic inequality
add test for unif confset
|
Hi @esmucler and @david26694 , thank you very much. This looks already great. Additionally, could you add links to important references to your example notebook? |
|
Thanks Sven. Yes please go ahead and push any changes you see fit. I'll add references to the notebook, no problem; we also have an upcoming preprint on the method, but I'll create another PR to add it once we have it on Arxiv. Best |
|
References added to the notebook. |
|
I have added some updates.
|
|
Thanks Sven, looks great. Your solution using np.polynomial is definitely better. |
|
Thanks. |
|
You are right, I think I messed up with the seed or something. PS: Indeed, I had to set another seed. Check now, it should be ok. |
|
I agree. A short simulation study in the notebook would also be great and not too complicated. Coverage results might be more convincing. |
|
Added a small simulation; also set the seed from the random library (on top of np.random), just in case. |
|
Looks great. |
Description
Hi folks. This is the implementation of the methods to compute confidence sets that are robust to weak instruments discussed here. We also have a notebook here, but thought it better to wait and get feedback on this PR before submitting that one.
On top of any feedback you might have, we had two questions to ask you:
Reference to Issues or PRs
This issue.
PR Checklist
Please fill out this PR checklist (see our contributing guidelines for details).