Define what a confidence interval is and why we want to generate one
Explain how the bootstrap sampling distribution can be used to create confidence intervals
Write a computer script to calculate confidence intervals for a population parameter using bootstrapping
Effectively visualize point estimates and confidence intervals
Interpret and explain results from confidence intervals
Discuss the potential limitations of these methods
Define what are percentiles and write a computer script to calculate them
image source: Modern Dive by Kim & McConville
confidence interval: range from lower to upper
attribution: https://www.zoology.ubc.ca/~whitlock/Kingfisher/CIMean.htm
The uncertainty is about whether the sample is one of the successful ones that captured the true population parameter
Scroll down
CI depends on the sample you collect.
If you collect a different sample, your CI will almost certainly be different.
Can report both our sample point estimate and the confidence interval
Point estimate: best estimate of the population parameter value
Confidence interval: plausible range where we expect our true population quantity to fall
Scroll down
Confidence interval (CI) gives a plausible range where we expect our true population quantity to fall
Can calculate the \(C\)% CI by taking the \(\bigl(\frac{100-C}{2} \bigr)^{th}\) and \(\bigl( \frac{100+C}{2} \bigr)^{th}\) percentiles from the bootstrap distribution
Interpretation: we are \(C\)% confident that the true population parameter value lies in our interval
Confidence vs precision trade-off: higher level of confidence –> larger interval
worksheet_04
We are here to help!
© 2024 Rodolfo Lourenzutti, Melissa Lee, Marie Auger-Méthé – Material Licensed under CC By-SA 4.0