mario.calc_w

mario.calc_w(z)

Calculates Leontief coefficients matrix

\[w = (I - z)^{-1}\]
Parameters

z (pd.DataFrame) – Intersectoral transaction coefficients matrix

Returns

Leontief coefficients matrix

Return type

pd.Dataframe