The age distribution of a population is described by an object of type PCURVE. The body of the object has three mandatory properties: Date, Population, and BuildMethod. Date specifies the date of the population readings. Population is a string uniquely identifying the population. BuildMethod determines how a continuous population curve is built from a finite number of population data points.
The age distribution is specified by a Numbers subtable. There are two mandatory columns: Age and Number. The Number column specifies the number in the age range. The Age column specifies the age range. For all but the last entry the age range is from the age on the same row to the age on the next row. For the last entry the range is from the age on the same row to infinity. There is an optional Use column which specifies which numbers will be used to build the curve. A positive Use value specifies that an entry should be used. A zero or negative value specifies that the entry should not be used. The number of the population where the age is unknown can be specified using the optional value NotStated in the Age column.
|