calculateGhoshB: Function to get supply side Ghosh matrix B. B can be...

View source: R/CalculationFunctions.R

calculateGhoshBR Documentation

Function to get supply side Ghosh matrix B. B can be calculated based on commodity-by-commodity or industry-by-industry direct requirement matrix: (Miller and Blair) for industry-by-industry requirements: B = inverse(qhat) * A(industry-by-industry)*qhat, where q is the total commodity output for commodity-by-commodity requirements: B = inverse(xhat) * A(industry-by-industry)*xhat, where x is the total inudstry output

Description

Function to get supply side Ghosh matrix B. B can be calculated based on commodity-by-commodity or industry-by-industry direct requirement matrix: (Miller and Blair) for industry-by-industry requirements: B = inverse(qhat) * A(industry-by-industry)*qhat, where q is the total commodity output for commodity-by-commodity requirements: B = inverse(xhat) * A(industry-by-industry)*xhat, where x is the total inudstry output

Usage

calculateGhoshB(model, use_domestic_requirements = FALSE)

Arguments

model

An EEIO model object with model specs, IO tables, satellite tables, and indicators loaded

use_domestic_requirements

A logical value: if TRUE, use domestic demand and L_d matrix; if FALSE, use complete demand and L matrix.

Value

B, Ghosh B matrix


USEPA/useeior documentation built on June 10, 2025, 12:53 a.m.