mario.calc_X_from_z

mario.calc_X_from_z(z, Y)

Calculates Production vector from Intersectoral transaction coefficients matrix

\[x = (I - z)^{-1} Y\]
Parameters:
  • z (pd.DataFrame) – Intersectoral transaction coefficients matrix

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

Returns:

Production flows vector

Return type:

pd.DataFrame