pymrio.calc_L

pymrio.calc_L(A)

Calculate the Leontief L from A

Parameters:A (pandas.DataFrame or numpy.array) – Symmetric input output table (coefficients)
Returns:Leontief input output table L The type is determined by the type of A. If DataFrame index/columns as A
Return type:pandas.DataFrame or numpy.array