258 11. Markov Chains for Individual Life Histories
This is just F, because only an individual in stage N
6
(flowering plants)
can produce any offspring at x =0.Atx = 3, we obtain
Φ(3) =
⎛
⎜
⎜
⎜
⎜
⎜
⎜
⎝
107.95 75.43 158.62 204.02 263.68 NaN
00000NaN
1.15 0.81 1.70 2.18 2.82 NaN
10.10 7.06 14.84 19.09 24.68 NaN
0.29 0.20 0.42 0.55 0.71 NaN
00000NaN
⎞
⎟
⎟
⎟
⎟
⎟
⎟
⎠
, (11.3.14)
where NaN (“not a number”) is the result of dividing 0 by 0 in Matlab.
Equation (11.3.9) will not work in this case, because the sixth column of
T
x
is always zero. Thus diag (e
T
T
x
) always has a zero in the (6, 6) position.
Although it is singular, Matlab will happily compute its inverse, but it
returns a matrix of NaNs, because the 0/0 division propagates throughout
the inversion process. A workable alternative is to compute the inverse
matrix as
diag(1./sum(Tˆx))
This produces a matrix Φ(x) with NaN entries only in the last column.
An individual that starts life as a dormant seed (N
1
) will, at age 3, pro-
duce an average of 108 dormant seeds, 1.15 small rosettes, 10.1 medium
rosettes, and 0.29 large rosettes, provided that it survives to age 3. These
multiple types of offspring can be analyzed independently, or can be
summed to give total numbers of offspring. Cochran and Ellner (1992)
suggested weighting the values by the reproductive value v calculated from
the stage-classified matrix A and then summing them.
The fact that an individual can be “born” in any of four different stages
also complicates matters. At age x = 3 an individual born as a dormant
seed has less than half the reproductive output of an individual of the same
age that was born as a large rosette. Figure 11.5 shows the summed fertility,
as a function of age, for individuals born as dormant seeds and as small,
medium, and large rosettes. Fertility climbs and remains high indefinitely
because this is the fertility of surviving individuals. Very few individuals
survivemorethanafewyears.
11.3.3 Age at First Reproduction
In an age-classified model, the age at first reproduction is simply the first
age x for which the maternity function m(x) is nonzero. It is not a good idea
to apply this approach to Φ(x) calculated from a stage-classified model. We
have just seen that the killer whale model predicts that some individuals
will reproduce at x = 1. A more reasonable measure would be the mean time
from birth (however that is defined) to the first entry into a reproductive
stage (Cochran and Ellner 1992). There may be several such stages, and
individuals may reach them at different ages and by different pathways. We