Click or drag to resize
KaplanMeierEstimatesCensorColumn Property
The column index of x containing the optional censoring code for each observation.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int CensorColumn { 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