gravity_model_flow: Computes the flow from A to B under the gravity model

Description Usage Arguments Value Author(s)

Description

Given the populations of A and B and the distance between them, return the estimated population flow between them modeled as \phi(A,B) = K N_A^\alphaN_B^\beta/r_AB^\gamma..

Usage

1
gravity_model_flow(N_from, N_to, distance, K, pow_N_from, pow_N_to, pow_dist)

Arguments

N_from

population of the source

N_to

population of the destination

pow_N_from

power on the population of the source

pow_N_to

power on the population of the destination

pow_dist

power on the distance between the source and the destination

dist

distance between the two places

Value

estimated flow between source and destination

Author(s)

Pierre Nouvellet, Anne Cori Sangeeta Bhatia


annecori/mRIIDSprocessData documentation built on May 29, 2019, 1:16 p.m.