Description Usage Arguments Details Value Author(s) References Examples
Calculates the inverse-important coefficients as in Blair and Miller (2009)
1 | inverse.important(io, i, j, delta.aij)
|
io |
An |
i |
Integer. The row component of the change in the matrix of technical input coefficients |
j |
Integer. The column component of the change in the matrix of technical input coefficients |
delta.aij |
Integer. By how much aij should change by |
The inverse-important coefficients is the change in the Leontief matrix due to a specified change in one element of the matrix of technical input coefficients (A). This uses the formula:
Δ L = \frac{Δ a_{ij}}{1-l_{ji}Δ a_{ij}} F_1(i,j)
where F_1(X,Y) is the first order field of influence.
Returns the change in the Leontief matrix due the change in one element of the matrix of technical input coefficients. To find the new Leontief inverse induced by this change, use io$L + inverse.important().
John J. P. Wade, Ignacio Sarmiento-Barbieri
Blair, P.D. and Miller, R.E. (2009). "Input-Output Analysis: Foundations and Extensions". Cambridge University Press
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.