mario.calc_f

mario.calc_f(e, w)

Calculates Footprint coefficients matrix

\[f = e\cdot w\]
Parameters
  • e (pd.DataFrame) – Satellite transaction coefficients matrix

  • w (pd.DataFrame) – Leontief coefficients matrix

Returns

Footprint coefficients matrix

Return type

pd.DataFrame