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 S. If DataFrame index/columns as S
- Return type
pandas.DataFrame or numpy.array