pymrio.calc_M

pymrio.calc_M(S, L)

Calculate multipliers of the extensions

Parameters
  • L (pandas.DataFrame or numpy.array) – Leontief input output table L

  • S (pandas.DataFrame or numpy.array) – Direct impact coefficients

Returns

Multipliers M The type is determined by the type of D. If DataFrame index/columns as D

Return type

pandas.DataFrame or numpy.array