mario.calc_X

mario.calc_X(Z, Y)

Calculates the production vector

\[X = z\cdot X + Y\]
Parameters:
  • Z (pd.DataFrame) – Intersectoral transaction flows matrix

  • Y (pd.DataFrame) – Final demand flows matrix

Returns:

Production flows vector

Return type:

pd.DataFrame