Skip to content

Incoherence in how Leontief is computed #25

@giuliogcantone

Description

@giuliogcantone

Here:

https://iotables.dataobservatory.eu/articles/intro.html

It says that

input_coefficient_matrix_create( 
     data_table = germany_io, 
     digits = 4)

and

coefficient_matrix_create( 
  data_table = iotable_get( labelling = "iotables" ), 
  total = "output", 
  return_part = "products", 
  households = FALSE,
  digits = 4)

Are equivalent.

But they are not because the second keeps the raw total.

When these two outputs are processed through

leontief_matrix_create()

The outputs differ.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions