mario.calc_w#
\[w = (I - z)^{-1}\]
- mario.calc_w(z)#
Calculate the
wLeontief inverse matrix.- Parameters:
z (pandas.DataFrame) – Square
zintersectoral transaction coefficients matrix.- Returns:
wLeontief inverse matrix, computed as(I - z)^-1.- Return type:
pandas.DataFrame