Git Product home page Git Product logo

Comments (2)

mayer79 avatar mayer79 commented on June 16, 2024

Hello and thanks for the good question.

  • I do not know any reference that would compare BCA and the Student approach for the variance/sd. If you find one, I'd be very interested.
  • For proportions, there is no reason to use the Bootstrap. I'd rather go for some exact (conservative) method or Wilson's very strong apprximation.
  • Should we consider changing the default to BCA for any except maybe the mean (and the mean difference)? It is fully generic, range-preserving and transformation respecting.

from confintr.

DrJerryTAO avatar DrJerryTAO commented on June 16, 2024

I do not know any reference that would compare BCA and the Student approach for the variance/sd. If you find one, I'd be very interested.

Me neither. I even wonder how student bootstrap CI for variance compares with parametric ones, as the latter is usually generated from a chi-square distribution without a standard error estimate. See DescTools:::VarTest.default().

For proportions, there is no reason to use the Bootstrap. I'd rather go for some exact (conservative) method or Wilson's very strong approximation.

Why is bootstrap CI for proportions not a good idea? I can only think of extreme cases where x is nearly 0 or n, so the proportions are close to 0 and 1, where bootstrap CI would likely collapse to just 0 or 1. I agree that the century-old Wilson CI is a great candidate, selected for illustration by Beaulieu-Prévost, D. (2006). Confidence intervals: From tests of statistical significance to confidence intervals, range hypotheses and substantial effects. Tutorials in Quantitative Methods for Psychology, 2(1), 11–19. https://doi.org/10.20982/tqmp.02.1.p011 and Cumming, G., & Fidler, F. (2009). Confidence intervals: Better answers to better questions. Zeitschrift Für Psychologie/Journal of Psychology, 217(1), 15–26. https://doi.org/10.1027/0044-3409.217.1.15 and found to have the best actual coverage probability among several alternatives according to Oranje, A. (2006). Confidence intervals for proportion estimates in complex samples. ETS Research Report Series, 2006(2), i–26. https://doi.org/10.1002/j.2333-8504.2006.tb02027.x

Should we consider changing the default to BCA for any except maybe the mean (and the mean difference)? It is fully generic, range-preserving and transformation respecting.

BCA should have a clear time advantage when the standard error formula is not available, so student bootstrapping cannot be easily implemented without a second round of resampling to estimate the standard error. However, I wonder if BCA and student bootstrap CIs of statistics other than means differ in actual coverage probability if computing time is not a concern.

from confintr.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.