mario.calc_z

mario.calc_z(Z, X)

Calculates Intersectoral transaction coefficients matrix

\[z = Z\cdot \hat{X}^{-1}\]
Parameters:
  • Z (pd.DataFrame) – Intersectoral transaction flows matrix

  • X (pd.DataFrame) – Production flows vector

Returns:

Intersectoral transaction coefficients matrix

Return type:

pd.DataFrame