The column index of x containing the stratum number
for each observation.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual int StratumColumn { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property StratumColumn As Integer |
Visual C++ |
---|
public: virtual property int StratumColumn { int get (); void set (int value); } |
Field Value
An int specifying the column index of x containing the stratum number for each observation.Default: It is assumed that there is no stratum number column recorded in x. The data is assumed to come from one statum.
Remarks
Column StratumColumn of
x contains a unique value for each stratum in the data.
Kaplan-Meier estimates are computed within each stratum.