pymrio.calc_S_Y

pymrio.calc_S_Y(F_Y, y)

Calculate extensions/factor inputs coefficients for the final demand.

Note:

F_Y will be restricted to the item available in y for the calculation. This allows to use a subset of Y (just some regions for example) to be used for the calculations. Only works when using pandas DataFrames/Series.

param F_Y

Final demand impacts

type F_Y

pandas.DataFrame or numpy.array

param y

Final demand column vector (e.g. mrio.Y.sum())

type y

pandas.DataFrame or numpy.array

returns

Direct impact coefficients of final demand S_Y The type is determined by the type of F. If DataFrame index/columns as F

rtype

pandas.DataFrame or numpy.array