Description Usage Arguments Details Value References See Also Examples
Calculate Keyfitz's delta for a population matrix projection model.
1 |
A |
a square, irreducible, non-negative numeric matrix of any dimension. |
vector |
a numeric vector or one-column matrix describing the age/stage distribution used to calculate the distance. |
Keyfitz's delta is the sum of the differences between the stable demographic
vector (the dominant right eigenvector of A
) and the demographic
distribution vector of the population (given by vector
).
KeyfitzD
will not work for reducible matrices and returns a
warning for imprimitive matrices (although will not function for imprimitive
matrices with nonzero imaginary components in the dominant eigenpair).
Keyfitz's delta.
Keyfitz (1968) Introduction to the Mathematics of Populations. Addison-Wesley.
Stott et al. (2010) Ecol. Lett., 14, 959-970.
Other DistanceMeasures:
CohenD()
,
projectionD()
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.