mario.calc_g#

\[g = (I - b)^{-1}\]
mario.calc_g(b)#

Calculate the g Ghosh coefficients matrix.

Parameters:

b (pandas.DataFrame) – Square b intersectoral transaction direct-output coefficients matrix.

Returns:

g Ghosh coefficients matrix, computed as (I - b)^-1.

Return type:

pandas.DataFrame