migration.weighted.gini.outR Documentation

Migration-weighted Out-migration Gini Index

Description

The Migration-weighted Out-migration Gini Index is a weighted version of the Out-migration Field Gini Index (migration.gini.out) "according to the zone of destination's share of total migration and the mean of the weighted values is computed as":

MWG^O = \frac{ ∑_i G^O_i \frac{∑_j M_{ij}}{∑_{ij} M_{ij}}}{n}

Usage

migration.weighted.gini.out(m, mgo = migration.gini.out(m))

Arguments

m

migration matrix

mgo

optionally passed (precomputed) Migration In-migration Gini Index

References

See Also

migration.weighted.gini.in migration.weighted.gini.mean

migration.gini migration.gini.out migration.weighted.gini.in migration.weighted.gini.mean

Examples

data(migration.hyp)
migration.weighted.gini.out(migration.hyp)   # 0
migration.weighted.gini.out(migration.hyp2)  # 0.02083333