mario.calc_X_from_w#
\[X = w Y\]
- mario.calc_X_from_w(w, Y)#
Calculate the
Xtotal production vector fromwandY.- Parameters:
w (pandas.DataFrame) –
wLeontief inverse matrix.Y (pandas.DataFrame) –
Yfinal demand matrix.
- Returns:
Xtotal production vector computed fromwand total final demand fromY.- Return type:
pandas.DataFrame