Homework 7.2: Heredity in Darwin’s finches, the parametric way (30 pts)

Fortis heredity download

Scandens heredity download


In the previous problem we looked at introgressize hybridization from a nonparametric perspective, computing plug-in estimates for the heritability, \(h^2\). Now, we will take a parametric approach. We model parental and offspring beak depth as a Bivariate Normal distribution. To be clear, we define \(\mathbf{y} = (b_p, b_o)^\mathsf{T}\) a 2-vector containing the parental and offspring beak depths. Our model is

\begin{align} \mathbf{y}_i \sim \text{Norm}(\boldsymbol{\mu}, \mathsf{\Sigma})\;\;\;\forall i, \end{align}

where \(\boldsymbol{\mu} = (\mu_p, \mu_o)^\mathsf{T}\) is a vector containing the mean parent and offspring beak depth and \(\mathsf{\Sigma}\) is the covariance matrix,

\begin{align} \mathsf{\Sigma} = \begin{pmatrix} \sigma_p^2 & \sigma_{op} \\ \sigma_{op} & \sigma_o^2 \end{pmatrix}. \end{align}

You can read about the Multivariate Normal distribution in the Distribution Explorer. Note that there are five scalar parameters in this model, \(\mu_p\), \(\mu_o\), \(\sigma_p\), \(\sigma_o\), and \(\sigma_{op}\). In the context of this model, the heritability is defined as \(h^2 = \sigma_{op} / \sigma_p^2\).

Obtain a parametric maximum likelihood estimate for the heritability with a confidence interval. You should fully justify the choices you made in the approach you took to do this calculation. Are your results similar to what you got in the previous problem?