pymrio.calc_Z

pymrio.calc_Z(A, x)

calculate the Z matrix (flows) from A and x

Parameters:
  • A (pandas.DataFrame or numpy.array) – Symmetric input output table (coefficients)
  • x (pandas.DataFrame or numpy.array) – Industry output column vector
Returns:

Symmetric input output table (flows) Z The type is determined by the type of A. If DataFrame index/columns as A

Return type:

pandas.DataFrame or numpy.array