productivity {IGCities} | R Documentation |
Computes productivity levels in each location
Description
Computes productivity levels in each location
Usage
productivity(N, Q, w, L_j, K, t_ij, delta, lambda, beta)
Arguments
N |
Float - Number of locations. |
Q |
Nx1 matrix - Floorspace prices in each location. |
w |
Nx1 matrix - wages in each location. |
L_j |
Nx1 matrix - Employment in each location. |
K |
Nx1 matrix - Land in each location. |
t_ij |
NxN matrix - Travel times matrix. |
delta |
Float - decay parameter agglomeration. |
lambda |
Float - agglomeration force. |
beta |
Float - Output elasticity wrt labor |
[Package IGCities version 0.2.0 Index]