output_allocation {leontief} | R Documentation |
Output allocation
Description
Output allocation
Usage
output_allocation(X, d)
Arguments
X |
transaction matrix |
d |
final demand vector |
Examples
set.seed(200100)
X <- matrix(rnorm(100), nrow = 10)
d <- rnorm(10)
output_allocation(X, d)
[Package leontief version 0.3 Index]