
Create the Ghosh-inverse from the output coefficients.
ghosh_inverse_create(output_coefficients_matrix, digits = NULL)
A technology coefficient matrix created
by the output_coefficient_matrix_create
.
An integer showing the precision of the technology matrix in
digits. Default is NULL
when no rounding is applied.
The Ghosh-inverse is output_coefficient_matrix_create
.
See
the United Nations
Handbook on Supply and Use Tables and Input-Output Tables with Extensions and Applications
pp 622--639.
For the similar inverse
created from input coefficients, see the
leontief_inverse_create
function.
Other analytic object functions:
input_flow_get()
,
leontief_inverse_create()
,
leontief_matrix_create()
om <- output_coefficient_matrix_create(
data_table = iotable_get()
)
ghosh_inverse_create( output_coefficients_matrix = om )
Run the code above in your browser using DataLab