Compute a matrix of partial (co)variances for a group of variables with respect to another.
Take \(\Sigma\) as the covariance matrix of dimension p. Now consider dividing \(\Sigma\) into two groups
of variables. The partial covariance matrices are calculate by:
$$ \Sigma_{11.2} = \Sigma_{11} - \Sigma_{12} \Sigma_{22}^{-1} \Sigma_{21} $$
$$ \Sigma_{22.1} = \Sigma_{22} - \Sigma_{21} \Sigma_{11}^{-1} \Sigma_{12} $$