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