-
Notifications
You must be signed in to change notification settings - Fork 4
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
Question on Confidence Interval #5
Comments
I believe the exact delta that goes in changes depending on the sampler. The |
Thanks for the prompt reply. I also noticed that, which leads to |
Hmm, I will need to look into this, but I think your initial comment might be correct. We only need a one-sided interval for each bound. |
Thanks. Please let me know once you figure it out. |
The calculation of the confidence interval as shown in the following line is$\mu \pm \frac{\sigma}{\sqrt{s}}\sqrt{2\log{\frac{1}{2\delta}}}$ , which does not align with the formula in the paper. Is that because it's a one-sided confidence interval?
https://github.com/stanford-futuredata/supg/blob/master/supg/sampler/imp_sampler.py#L101
The text was updated successfully, but these errors were encountered: