Difference between revisions of "Aggregation Matrix"

From Open Risk Manual
Line 4: Line 4:
 
Aggregation can be for example along sectoral or regional dimensions.
 
Aggregation can be for example along sectoral or regional dimensions.
  
Vectors and Matrices can be aggregated by multiplying with the aggregation matrix:
+
Vectors and Matrices can be aggregated by multiplying with the aggregation matrix. Mathematically a aggregation matrix T is a <math>K \times N</math> matrix, where each value <math>T^{mn}</math> is either  zero or one.
 +
 
 +
:<math>T=\left(\begin{matrix}
 +
T^{00} & T^{01} & \dots &T^{0n} & \dots & T^{0N} \\
 +
T^{10} & T^{11} & \dots &T^{1n} & \dots & T^{1N} \\
 +
\vdots  & \vdots  & \ddots &\vdots & \ddots & \vdots \\
 +
T^{m0} & T^{m1} & \dots &T^{mn} & \dots & T^{mN} \\
 +
\vdots  & \vdots & \ddots & \vdots& \ddots & \vdots \\
 +
T^{K0} & T^{K1} & \dots & T^{Kn} & \dots & T^{KN}\\
 +
\end{matrix}\right).</math>
 +
 
 +
=== Vector Quantity Aggregation ===
 +
A vector
  
 
:<math>\mathbf{y}_{s} = \mathbf{S} \mathbf{y}</math>
 
:<math>\mathbf{y}_{s} = \mathbf{S} \mathbf{y}</math>

Revision as of 17:33, 20 November 2023

Definition

Aggregation Matrix in the context of Input-Output Analysis is a Boolean Matrix that aims to produce a coarse-grained version of a more granular Input-Output Model.

Aggregation can be for example along sectoral or regional dimensions.

Vectors and Matrices can be aggregated by multiplying with the aggregation matrix. Mathematically a aggregation matrix T is a K \times N matrix, where each value T^{mn} is either zero or one.

T=\left(\begin{matrix}
T^{00} & T^{01} & \dots &T^{0n} & \dots & T^{0N} \\
T^{10} & T^{11} & \dots &T^{1n} & \dots & T^{1N} \\
\vdots  & \vdots  & \ddots &\vdots & \ddots & \vdots \\
T^{m0} & T^{m1} & \dots &T^{mn} & \dots & T^{mN} \\
\vdots  & \vdots & \ddots & \vdots& \ddots & \vdots \\
T^{K0} & T^{K1} & \dots & T^{Kn} & \dots & T^{KN}\\
\end{matrix}\right).

Vector Quantity Aggregation

A vector

\mathbf{y}_{s} = \mathbf{S} \mathbf{y}
\mathbf{A}_{s} = \mathbf{S} \mathbf{A} \mathbf{S}^T

See Also

Further Resources