The genomic variance-covariance matrix \(\Gamma\) captures genetic variation as
predicted by molecular markers. It is computed as:
where \(\gamma_i\) is the GEBV vector for genotype i and \(\mu_{\gamma}\) is the mean GEBV vector.
**Missing Value Handling:**
- "complete.obs": Uses only complete observations (recommended)
- "pairwise.complete.obs": Uses pairwise-complete observations (may not be PSD)
- "everything": Fails if any NA present
When using pairwise deletion, the resulting matrix may not be positive
semi-definite (PSD), which can cause numerical issues in selection indices.
**Applications:**
In selection index theory:
- Used in LGSI (Linear Genomic Selection Index)
- Component of \(\Phi\) (phenomic-genomic covariance)
- Component of A (genetic-genomic covariance)