Description Usage Arguments Details Value Author(s) References See Also Examples
Uses the RAS technique to update the matrix of technical input coefficients A
. You must have knowledge of or forecasts for the following three objects: (1) row sums u1
of A
, (2) column sums v1
of A
, and (3) total production x1
.
1 |
io |
An |
x1 |
Vector. The forecast for future total production of each region-sector combination, matching the |
u1 |
Vector. The forecast for future row sums of the matrix of technical input coefficients in |
v1 |
Vector. The forecast for future column sums of the matrix of technical input coefficients in |
tol |
Numeric. The tolerance for convergence. Default: 0.001 |
maxiter |
Numeric. The maximum number of iterations to try for convergence. Defualt: 10000 |
type |
Character. The type of norm to use for convergence. See |
verbose |
Logical. If |
Uses the RAS iterative technique for updating the matrix of technical input coefficients. This takes the form:
lim_{n \Rightarrow ∞} A^{2n} = lim_{n \Rightarrow ∞} [\hat{R}^n ... \hat{R}^1]A_t[\hat{S}^1 ... \hat{S}^n] = A_{t+1}
where R^1 = diag(u_{t+1}/u_0), u_0 = A_tX, and u_{t+1} = u1
. Similarly S^1 = diag(v_{t+1}/v_0), v_0 = XR^1A_t.
Each iteration calculates the full RAS object; that is, 2 steps are caluclated per iteration.
See Blair and Miller (2009) for more details.
Produces the forecast of the matrix of technical input coefficients given the forecasted row sums, column sums, and total production.
John J. P. Wade
Blair, P.D. and Miller, R.E. (2009). "Input-Output Analysis: Foundations and Extensions". Cambridge University Press
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.