The column index of x containing the optional censoring code for each observation.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual int CensorColumn { get; set; }
Visual Basic (Declaration)
Public Overridable Property CensorColumn As Integer
Visual C++
public:
virtual property int CensorColumn {
	int get ();
	void set (int value);
}

Field Value

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 and all observations are assumed to be exact failure times.

Remarks

If x[i][CensorColumn] equals 0, the failure time x[i][CensorColumn] is treated as an exact time of failure. Otherwise, it is treated as right-censored time.

See Also