mario.calc_g

mario.calc_g(b)

Calculates Ghosh coefficients matrix

\[g = (I - b)^{-1}\]
Parameters

b (pd.DataFrame) – Intersectoral transaction direct-output coefficients matrix

Returns

Gosh coefficients matrix

Return type

pd.DataFrame