living_amenities_simple {IGCities} | R Documentation |
Function to estimate amenity parameters of locations where users live.
Description
Function to estimate amenity parameters of locations where users live.
Usage
living_amenities_simple(theta, N, L_i, W_i, Q, K, alpha, t_ij, rho, eta)
Arguments
theta |
Float - Parameter that governs the reallocation of workers across locations in the city. This parameter measures how sensible are migration flows within the city to changes in real income. |
N |
Integer - Number of locations. |
L_i |
Nx1 matrix - Total residents. |
W_i |
Nx1 matrix - Market access measure in each location. |
Q |
Nx1 matrix - Floor space prices. |
K |
Nx1 matrix - Land area |
alpha |
Float - Para |
t_ij |
NxN matrix - Travel times across locations. |
rho |
Float - decay parameter for amenities. |
eta |
Float - congestion force |
Value
Matrix with the amenity distribution of living in each location.
[Package IGCities version 0.2.0 Index]