Learn R Programming

leontief (version 0.4)

output_allocation: Output allocation

Description

Output allocation

Usage

output_allocation(X, d)

Arguments

X

transaction matrix

d

final demand vector

Examples

Run this code
set.seed(200100)
X <- matrix(rnorm(100), nrow = 10)
d <- rnorm(10)
output_allocation(X, d)

Run the code above in your browser using DataLab