Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
[SerializableAttribute] public class LifeTables |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class LifeTables |
Visual C++ |
---|
[SerializableAttribute] public ref class LifeTables |
Remarks
The probability of dying prior to the middle of the interval, given that death occurs somewhere in the interval, may also be specified. Often, however, this probability is taken to be 0.5. For a discussion of the probability models underlying the life table here, see the references.
Let , for i = 0, 1, ...,
denote the time grid defining the n age
intervals, and note that the length of the age intervals may vary.
Following Gross and Clark (1975, page 24), let
denote the number of individuals dying in age interval i, where
age interval i ends at time
. For
population table, the death rate at the middle of the interval is given
by
, where
is the number of individuals alive at the middle of the
interval, and
,
. The number of individuals alive at the beginning of the
interval may be estimated by
where
is the probability that an individual
dying in the interval dies prior to the interval midpoint. For cohort
table,
is input directly while the death rate
in the interval,
, is not needed.
The probability that an individual dies during the age interval
from to
is given
by
. It is assumed that all individuals
alive at the beginning of the last interval die during the last
interval. Thus,
= 1.0. The asymptotic variance
of
can be estimated by

For a population table, the number of individuals alive in the
middle of the time interval (input in nCohort[i]) must be
adjusted to correspond to the number of deaths observed in the
interval. The algorithm assumes that the number of deaths observed in
interval occur over a time period equal to
. If
is measured over
a period
, where
, then nCohort[i] must be adjusted to correspond to
by multiplication by
, i.e., the value
input as
nCohort[i] is computed as

Let denote the number of survivors at
time
from a hypothetical (for population
table) or observed (for cohort table) population. Then,
=initialPopulation for population table, and
= nCohort[0] for cohort table, and
is given by
where
is the number of
individuals who die in the ith interval. The proportion of
survivors in the interval is given by
while the asymptotic variance of
can be
estimated as follows:

The expected lifetime at the beginning of the interval is
calculated as the total lifetime remaining for all survivors alive at
the beginning of the interval divided by the number of survivors at the
beginning of the interval. If denotes this
average expected lifetime, then the variance of
can be estimated as (see Chiang 1968):
![\textup{var}(e_i)=\frac{\sum_{j=i}^{n-1}P_j^2
\sigma_j^2\left [ e_{j+1}+h_{j+1}(1-a_j) \right ]^2}{P_j^2}](eqn/eqn_3272.png)
where var() = 0.0.
Finally, the total number of time units lived by all survivors in the time interval can be estimated as:
![U_i=h_i[S_i-\delta_i(1-a_i)]](eqn/eqn_3274.png)