migration.gini.row: Rows Gini Index

Description Usage Arguments Value References See Also Examples

Description

The Rows Gini index concentrates on the "relative extent to which the destination selections of out-migrations are spatially focused":

G^T_R = \frac{∑_i ∑_{j \neq i} ∑_{h \neq i,j} | M_{ij} - M_{ih} | }{ (2n(n-1)-1) ∑_i ∑_{j \neq i} M_{ij}}

This implementation solves the above formula by computing the dist matrix for each row.

Usage

1

Arguments

m

migration matrix

Value

A number between 0 and 1 where 0 means no spatial focusing and 1 shows maximum focusing.

References

See Also

migration.gini.col migration.gini.row.standardized

Examples

1
2
3

daroczig/migration.indices documentation built on May 14, 2019, 6:09 p.m.