I have measurements of 2 position vectors ($\mathbf p_1$ and $\mathbf p_2$):
- Each with their own mean position vectors $(\overline x_1, \overline y_1, \overline z_1)^T$ and $(\overline x_2,\overline y_2,\overline z_2)^T$ respectively,
- Each with their own $3 \times 3$ variance-covariance matrices ($\Sigma_1$ and $\Sigma_2 $) respectively.
- $\mathbf p_1$ and $\mathbf p_2$ are independent.
How do I find the variance and covariance of ($\mathbf p_2 - \mathbf p_1$)? In other words, what is the variance and covariance of relative position vector $(\overline x_2 - \overline x_1, \overline y_2 - \overline y_1, \overline z_2 - \overline z_1)^T$?