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: |
maxiter |
Numeric. The maximum number of iterations to try for convergence. Defualt: 10000 |
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] = \hat{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 | |
Loading required package: ggplot2
Loading required package: plot3D
Loading required package: lpSolve
Warning message:
no DISPLAY variable so Tk is not available
[1] "InputOutput"
[1] 1.000117 1.004538 1.007363 1.013443 1.043169 1.044370 1.046505 1.053531
[9] 1.071782 1.075570
Iteration: 1 RMSE: 0.000887824134655695
Iteration: 2 RMSE: 2.64050640741665e-05
Iteration: 3 RMSE: 1.33487833734874e-06
Iteration: 4 RMSE: 7.71764009426244e-08
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.