StabAge: Compute stable age distribution

Description Usage Arguments Details Examples

Description

Compute stable age distribution

Usage

1
  StabAge(A)

Arguments

A

projection matrix for population model x(t+1) = A x(t)

Details

The stable age distribution is the left eigenvector corresponding to the dominant eigenvalue of A.

Examples

1
2
A = matrix(c(0,1,.5,0), nrow=2)
StabAge(A)

ashander/matrixmodels documentation built on May 12, 2019, 4:40 a.m.