Homework 8.1: Residual bootstrap (25 pts)

Dataset download


In Lesson 24, we presented implementation of parametric bootstrap confidence intervals for modeling mitotic spindle length as a function of droplet size using the theoretical relation

\begin{align} l(d; \gamma, \phi) = \frac{\gamma d}{\left(1 + (\gamma d/\phi)^3\right)^{\frac{1}{3}}}, \end{align}

where we modeled the measured length as being Normally distributed about this theoretical value with homoscedastic variance \(\sigma^2\).

Compute confidence intervals for the MLEs of \(\gamma\), \(\phi\), and \(\sigma\) using residual bootstrap. You may reuse and functions from the lessons or previous homeworks if you like.

This problem is meant to provide you with good practice implementing bespoke inference procedures and it not meant necessarily to advocate for residual bootstrap. Because we have already computed the MLE in the lesson and make a predictive regression plot in lesson 27, you do not need to make sure plots here. Simply compute and report the confidence intervals using residual bootstrap.