KaplanMeierEstimatesCensorColumn Property |
The column index of x containing the
optional censoring code for each observation.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int CensorColumn { get; set; }
Public Overridable Property CensorColumn As Integer
Get
Set
public:
virtual property int CensorColumn {
int get ();
void set (int value);
}
abstract CensorColumn : int with get, set
override CensorColumn : int with get, set
Property Value
Type:
Int32
An
int specifying the column index of
x
containing the optional censoring code for each observation.
Default: It is assumed that there is no censor code column in
x. All observations are assumed to be exact failure
times.
Remarks
If x[i,CensorColumn] equals 0, the failure time
x[i,ResponseColumn] is treated as an exact time of failure.
Otherwise, it is treated as right-censored time.
See Also