mario.calc_w#

\[w = (I - z)^{-1}\]
mario.calc_w(z)#

Calculate the w Leontief inverse matrix.

Parameters:

z (pandas.DataFrame) – Square z intersectoral transaction coefficients matrix.

Returns:

w Leontief inverse matrix, computed as (I - z)^-1.

Return type:

pandas.DataFrame