mario.CoreModel.ma_ex#
\[ma_{\mathrm{ex},f} = \operatorname{diag}(va_f) w_{aa}\]
- CoreModel.ma_ex(*, factors=None, scenario: str = 'baseline')#
Return activity-side exploded value-added multipliers for SUT.
- Parameters:
factors – Optional subset of factor rows to explode. Accepts one label or an iterable of labels.
scenario – Scenario used to read source matrices.
- Returns:
DataFrame with a 3-level MultiIndex on the rows describing the factor and the contributing activity or commodity.
- Return type:
pandas.DataFrame
Notes
For IOT models use
m_ex(). For the commodity side usemc_ex().