migration.indices (version 0.3.0)

migration.acv: Aggregated System-wide Coefficient of Variation

Description

The Aggregated System-wide Coefficient of Variation is simply the sum of the Aggregated In-migration (migration.acv.in) and the Aggregated Out-migration Coefficient of Variation (migration.acv.out).

Usage

migration.acv(m)

Arguments

m

migration matrix

Value

A number where a higher (\(\neq 0\)) shows more spatial focus.

References

  • Andrei Rogers and Stuart Sweeney (1998) Measuring the Spatial Focus of Migration Patterns. The Professional Geographer 50, 232--242

See Also

migration.cv.in migration.cv.out migration.acv.in migration.acv.out

Examples

Run this code
# NOT RUN {
data(migration.hyp)
migration.acv(migration.hyp)    # 0.3333333
migration.acv(migration.hyp2)   # 0.375
# }

Run the code above in your browser using DataCamp Workspace