Click or drag to resize
ProportionalHazardsGetStratumNumbers Method
Returns the stratum number used for each observation.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int[] GetStratumNumbers()

Return Value

Type: Int32
An int array containing the stratum number used for each observation.
Exceptions
ExceptionCondition
ClassificationVariableLimitExceptionis thrown if the classification variable limit set by the user through the MaxClass property has been exceeded.
Remarks
If property StratumRatio is not -1.0, additional "strata" (other than those specified by the column of x set via the StratumColumn property) may be generated. The array also contains a record of the generated strata. See the ProportionalHazards class description for more detail.
See Also