Sets the population size at the beginning of the first age interval in requesting a population table.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual int PopulationSize { get; set; }
Visual Basic (Declaration)
Public Overridable Property PopulationSize As Integer
Visual C++
public:
virtual property int PopulationSize {
	int get ();
	void set (int value);
}

Field Value

An int scalar specifying the initial population.

Default: A value of 10,000 is used to allow easy entry of nCohorts and nDeaths when numbers are available as percentages.

See Also