mario.calc_X#
\[X = Z + Y\]
- mario.calc_X(Z, Y)#
Calculate the
Xtotal production vector fromZandY.- Parameters:
Z (pandas.DataFrame) –
Zintersectoral transaction flows matrix.Y (pandas.DataFrame) –
Yfinal demand matrix with the same row axis asZ.
- Returns:
Xtotal production vector, computed as row totals ofZplus row totals ofY.- Return type:
pandas.DataFrame