| uniformSelection | R Documentation |
The uniform selection model assumes that a job is selected uniformly at random proportionally to the population in each district following:
T_{ij} = \frac{P}{Q-R}
where P is the population at the origin and Q at the destination, R denotes the total
population in a radius \gamma around population centres P_i and Q_j.
uniformSelection(theta = 0.9)
theta |
Model parameter with default value and the limits theta = [0, Inf]. |
A flux model object with the uniform selection flux function and a set of starting parameters.
Limits 0 and Inf will be changed internally to the numerically safe approximations
0 -> sqrt(.Machine$double.eps) and Inf -> sqrt(.Machine$double.xmax), respectively.
Simini, F., Maritan, A. & Neda, Z. (2013). Human mobility in a continuum approach. PLoS One, 8, e60069.
movement, originalRadiation, radiationWithSelection,
interveningOpportunities, gravity, gravityWithDistance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.