facebookarchive / bootstrapped

Generate bootstrapped confidence intervals for A/B testing in Python.
Other
634 stars 101 forks source link

Which bootstrap method? #36

Open Federico2111 opened 4 years ago

Federico2111 commented 4 years ago

Hi everyone,

I am trying to understand how this library works.

Does it use a percentile-based (PB), bias-corrected percentile-based (BC-PB) or accelerated bias-corrected percentile-based (BCa-PB) bootstrap method?

What about the pivotal method? Is it the "non-studentized pivotal (basic)” or the "basic percentile" bootstrap method?

Please, let me know.

Thanks,

Federico

Federico2111 commented 3 years ago

Is someone still maintaining this library?