migration.acv.in {migration.indices}R Documentation

Aggregated In-migration Coefficient of Variation

Description

The Aggregated In-migration Coefficient of Variation is the weighted average of the In-migration Coefficient of Variation (migration.cv.in).

Usage

migration.acv.in(m)

Arguments

m

migration matrix

Value

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

References

See Also

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

Examples

data(migration.hyp)
migration.acv.in(migration.hyp)    # 0.3333333
migration.acv.in(migration.hyp2)   # 0.25

[Package migration.indices version 0.3.1 Index]