mario.Database.to_chenery_moses

Database.to_chenery_moses(inplace: bool = True, scenarios: Optional[list] = None)

The function will transform an Isard SUT table to a Chenery-Moses SUT table. The transformation implies moving from trades accounted in the USE matrix to trades accounted in the SUPPLY matrix. For further notes on the transformation check: - John M. Hartwick, 1970. “Notes on the Isard and Chenery-Moses Interregional Input-Output Models,” Working Paper 16, Economics Department, Queen’s University.

Note

Calling this function will modify all scenarios in the database

Parameters
  • inplace (boolean) – if True, implements the changes on the Database else returns a new object without changing the original Database object

  • scenarios (list) – if None, will implement the changes on all the scenarios, else will implement the changes on the given scenarios

Returns

  • None – if inplace True

  • mario.Database – if inplace False