mario.calc_f#

\[f = e w\]
mario.calc_f(e, w)#

Calculate the f total (direct+indirect) environmental transaction coefficients matrix.

Parameters:
  • e (pandas.DataFrame) – e environmental transaction coefficients matrix.

  • w (pandas.DataFrame) – w Leontief inverse matrix.

Returns:

f total (direct+indirect) environmental transaction coefficients matrix, computed as e @ w.

Return type:

pandas.DataFrame