mario.calc_X_from_w#

\[X = w Y\]
mario.calc_X_from_w(w, Y)#

Calculate the X total production vector from w and Y.

Parameters:
  • w (pandas.DataFrame) – w Leontief inverse matrix.

  • Y (pandas.DataFrame) – Y final demand matrix.

Returns:

X total production vector computed from w and total final demand from Y.

Return type:

pandas.DataFrame