pymrio.calc_F

pymrio.calc_F(S, x)

Calculate total direct impacts from the impact coefficients

Parameters
  • S (pandas.DataFrame or numpy.array) – Direct impact coefficients S

  • x (pandas.DataFrame or numpy.array) – Industry output column vector

Returns

Total direct impacts F The type is determined by the type of S. If DataFrame index/columns as S

Return type

pandas.DataFrame or numpy.array