mario.calc_m#
\[m = v w\]
- mario.calc_m(v, w)#
Calculate the
mtotal (direct+indirect) value added coefficients matrix.- Parameters:
v (pandas.DataFrame) –
vvalue added coefficients matrix.w (pandas.DataFrame) –
wLeontief inverse matrix.
- Returns:
mtotal (direct+indirect) value added coefficients matrix, computed asv @ w.- Return type:
pandas.DataFrame