ฯƒx1x2\sigma_{x_1x_2} is known as the covariance between x1x_1 and x2x_2

For a function with n independent variables, the errors propagate as:

ฮฃzz=[a1a2โ‹ฏan][ฯƒx12ฯƒx1x2โ‹ฏฯƒx1xnฯƒx2x1ฯƒx22โ‹ฏฯƒx2xnโ‹ฎโ‹ฎโ‹ฑโ‹ฎฯƒxnx1ฯƒxnx2โ‹ฏฯƒxn2][a1a2โ‹ฎan]\Sigma_{zz}= \left[ \begin{matrix} a_1 & a_2 & \cdots & a_n \end{matrix} \right] \left[ \begin{matrix} \sigma_{x_1}^{2} & \sigma_{x_1x_2} & \cdots & \sigma_{x_1x_n}\\ \sigma_{x_2x_1} & \sigma_{x_2}^{2} & \cdots & \sigma_{x_2x_n}\\ \vdots & \vdots & \ddots & \vdots\\ \sigma_{x_nx_1} & \sigma_{x_nx_2} & \cdots & \sigma_{x_n}^{2} \end{matrix} \right] \left[ \begin{matrix} a_1\\ a_2\\ \vdots\\ a_n \end{matrix} \right]

z=a1x1+a2x2z=a_1x_1+a_2x_2

Given, standard deviations/precisions of x1x_1 and x2x_2 given, standard deviation or precision of the derived quantity zz can be calculated in the matrix form as followsโ€ฆ

z=AXz=AX, where A =[a1a2]\left[ \begin{matrix} a_1 & a_2 \end{matrix} \right]. XX will be equal to the matrix [x1x2]\left[ \begin{matrix} x_1\\ x_2\\ \end{matrix} \right].

We know ฯƒz2=\sigma_z^{2}=A ร— ฮฃ\Sigmax ร— AT, orโ€ฆ

ฯƒz2=[a1a2][ฯƒx12ฯƒx1x2ฯƒx1x2ฯƒx22][a1a2]\sigma_z^{2} = \begin{bmatrix} a_1 & a_2 \end{bmatrix} \begin{bmatrix} \sigma_{x_1}^{2} & \sigma_{x_1 x_2} \\ \sigma_{x_1 x_2} & \sigma_{x_2}^{2} \end{bmatrix} \begin{bmatrix} a_1 \\ a_2 \end{bmatrix}

with

  • [a1a2โ‹ฏan]\left[ \begin{matrix} a_1 & a_2 & \cdots & a_n \end{matrix} \right] = A
  • [ฯƒx12ฯƒx1x2โ‹ฏฯƒx1xnฯƒx2x1ฯƒx22โ‹ฏฯƒx2xnโ‹ฎโ‹ฎโ‹ฑโ‹ฎฯƒxnx1ฯƒxnx2โ‹ฏฯƒxn2]\left[ \begin{matrix} \sigma_{x_1}^{2} & \sigma_{x_1x_2} & \cdots & \sigma_{x_1x_n}\\ \sigma_{x_2x_1} & \sigma_{x_2}^{2} & \cdots & \sigma_{x_2x_n}\\ \vdots & \vdots & \ddots & \vdots\\ \sigma_{x_nx_1} & \sigma_{x_nx_2} & \cdots & \sigma_{x_n}^{2} \end{matrix} \right] = ฮฃ\Sigmax
  • [a1a2โ‹ฎan]\left[ \begin{matrix} a_1\\ a_2\\ \vdots\\ a_n \end{matrix} \right] = AT

Leave a Reply

Your email address will not be published. Required fields are marked *