Returns the stratum number used for each observation.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual int[] GetStratumNumbers() |
Visual Basic (Declaration) |
---|
Public Overridable Function GetStratumNumbers As Integer() |
Visual C++ |
---|
public: virtual array<int>^ GetStratumNumbers() |
Return Value
An int array containing the stratum number used for each observation.
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.
Exceptions
Exception | Condition |
---|---|
Imsl.Stat..::.ClassificationVariableLimitException | is thrown if the classification variable limit set by the user through the MaxClass property has been exceeded. |