migration.weighted.gini.out: Migration-weighted Out-migration Gini Index

View source: R/gini.R

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

  • M. Bell, M. Blake, P. Boyle, O. Duke-Williams, P. Rees, J. Stillwell and G. Hugo (2002) Cross-National Comparison of Internal Migration. Issues and Measures. Journal of the Royal Statistical Society. Series A (Statistics in Society) 165, 435–464

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

migration.indices documentation built on June 13, 2022, 5:08 p.m.