mario.CoreModel.p_ex#

\[p_{\mathrm{ex}} = \operatorname{diag}(v 1) w\]
CoreModel.p_ex(*, scenario: str = 'baseline')#

Return exploded price-index contributions for IOT.

This is the aggregated analogue of m_ex(): it sums value-added rows first and then returns diag(v.sum(0)) @ w.

Parameters:

scenario – Scenario used to read source matrices.

Returns:

DataFrame whose rows identify the contributing region-sector and whose column sums equal p.

Return type:

pandas.DataFrame

Notes

For SUT models use pa_ex() (activity side) or pc_ex() (commodity side).