mario.calc_e#
\[e = E \operatorname{diag}(X)^{-1}\]
- mario.calc_e(E, X)#
Calculate the
eenvironmental transaction coefficients matrix.- Parameters:
E (pandas.DataFrame) –
Eenvironmental transaction flows matrix.X (pandas.DataFrame) –
Xtotal production vector.
- Returns:
eenvironmental transaction coefficients matrix.- Return type:
pandas.DataFrame