Sensitivity: Compute a matrix of sensitivities

Description Usage Arguments Details Examples

Description

Compute a matrix of sensitivities

Usage

1

Arguments

A

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

Details

The sensitivity is defined as the change in dominant eigenvalue, i.e., the growth rate, with changes in an entry in matrix A. See Caswell 2001.

Examples

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

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