mario.calc_X#

\[X = Z + Y\]
mario.calc_X(Z, Y)#

Calculate the X total production vector from Z and Y.

Parameters:
  • Z (pandas.DataFrame) – Z intersectoral transaction flows matrix.

  • Y (pandas.DataFrame) – Y final demand matrix with the same row axis as Z.

Returns:

X total production vector, computed as row totals of Z plus row totals of Y.

Return type:

pandas.DataFrame