LifeTablesGetLifeTable Method |
Compute a cohort table.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[,] GetLifeTable()
Public Overridable Function GetLifeTable As Double(,)
public:
virtual array<double,2>^ GetLifeTable()
abstract GetLifeTable : unit -> float[,]
override GetLifeTable : unit -> float[,]
Return Value
Type:
Double
A
double matrix of dimensions
nClasses by 12
containing the population table. Entries in the
ith row are
for the age interval defined by
age[i]. Column definitions
are described in the following table.
Column | Description |
---|
0 | Lowest age in the age interval. |
1 | Fraction of those dying within the interval
who die before the interval midpoint. |
2 | Number surviving to the beginning of the
interval. |
3 | Number of deaths in the interval. |
4 | Death rate in the interval. For cohort
table, this column is set to NaN (not a number). |
5 | Proportion dying in the interval. |
6 | Standard error of the proportion dying in
the interval. |
7 | Proportion of survivors at the beginning of
the interval. |
8 | Standard error of the proportion of
survivors at the beginning of the interval. |
9 | Expected lifetime at the beginning of the
interval. |
10 | Standard error of the expected life at the
beginning of the interval. |
11 | Total number of time units lived by all of
the population in the interval. |
See Also