The column index of x containing the
response time for each observation.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual int ResponseColumn { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property ResponseColumn As Integer |
Visual C++ |
---|
public: virtual property int ResponseColumn { int get (); void set (int value); } |
Field Value
An int specifying the column index of x containing the response time for each observation.Default: ResponseColumn = 0.
Remarks
The interpretation of these times as either
right-consored or exact failure times depends on the
setting of the censor codes in the censor code column.
See property CensorColumn.