Description Usage Arguments Details Value Author(s) References See Also Examples
Uses simple linear quotient technique to update the matrix of technical input coefficients (A
)
1 | LQ(io)
|
io |
An |
Uses the simple linear quotient technique as follows:
LQ_i = \frac{X_i^r / X^r}{X_i^n / X^n}
where X^n is the total production, X^r is the total production for region r, X^r_i is the production for region r sector i, and X^n_i is the total production for the ith sector.
Then LQ is converted such that if LQ_i > 1, then LQ_i = 1. Then LQ is converted into a diagonal matrix of values less than or equal to 1, which gives us our final results
\hat{A} = A LQ
Produces the forecast of the matrix of technical input coefficients (A
) using the SLQ technique.
John J. P. Wade
Blair, P.D. and Miller, R.E. (2009). "Input-Output Analysis: Foundations and Extensions". Cambridge University Press
Nazara, Suahasil & Guo, Dong & Hewings, Geoffrey J.D., & Dridi, Chokri, 2003. "PyIO. Input-Output Analysis with Python". REAL Discussion Paper 03-T-23. University of Illinois at Urbana-Champaign. (http://www.real.illinois.edu/d-paper/03/03-T-23.pdf)
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.