Click or drag to resize
LifeTablesGetPopulationTable Method
Compute a population table.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double[,] GetPopulationTable(
	int[] nDeaths
)

Parameters

nDeaths
Type: SystemInt32
An int array of nClasses containing the number of deaths in each age interval.

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 the same as in GetLifeTable.
See Also