Description Usage Arguments Value Author(s) References Examples
This function calculates an updated matrix X, based on a matrix A, which meets the given row and columns totals. Note: A can contain negative elements.
1 |
A |
the "base" matrix |
u |
column vector with the row totals |
v |
row vector with the column totals |
epsilon |
the error tolerance level, default is 1e-10. |
maxiter |
maximum number of iterations, default is 10000. |
verbose |
should some information of the iterations be displayed? Default is FALSE |
the updated matrix X
Oliver Reiter
Junius T. and J. Oosterhaven (2003), The solution of updating or regionalizing a matrix with both positive and negative entries, Economic Systems Research, 15, pp. 87-96.
Lenzen M., R. Wood and B. Gallego (2007), Some comments on the GRAS method, Economic Systems Research, 19, pp. 461-465.
Temurshoev, U., R.E. Miller and M.C. Bouwmeester (2013), A note on the GRAS method, Economic Systems Research, 25, pp. 361-367.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.