No history yet

Final Exam

 

1.What is the core idea behind the 'plug-in principle' as it applies to the bootstrap method?

 

2.How is a single bootstrap sample generated from an original sample of size N?

 

3.The Bootstrap Standard Error of a statistic is calculated as:

 

4.What is the primary benefit of vectorizing bootstrap calculations in Python using a library like NumPy?

 

5.To construct a 95% Bootstrap Percentile Confidence Interval for a statistic, you would typically take which values from the sorted distribution of B bootstrap replicates?

 

6.Under which condition does the simple Bootstrap Percentile Interval method often perform poorly, resulting in inaccurate coverage probability?

 

7.Compared to the Percentile method, the Bias-Corrected and Accelerated (BCa) bootstrap interval is designed to adjust for which two primary issues?

 

8.What is the primary role of the 'jackknife' procedure in the context of calculating a BCa confidence interval?

 

9.How does Out-of-Bag (OOB) error estimation relate to the bootstrap method?

 

10.You have trained a LightGBM model and used the bootstrap method to find a 95% confidence interval for its AUC score, which is [0.82, 0.88]. How should you interpret this result?

 

11.When analyzing time-series data, standard bootstrapping is often inappropriate. What is the primary reason for this?

 

12.The 'Block Bootstrap' is a modification designed for dependent data like time series. How does it work?

 

13.What is the most fundamental assumption for the bootstrap method to produce valid results?

 

14.The bootstrap fails for estimating the sampling distribution of the maximum value in a sample drawn from a uniform distribution. True or false?

All done? Get your grade