Click or drag to resize
KaplanMeierEstimatesSorted Property
The boolean which indicates that the column of response times in x are already sorted.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual bool Sorted { get; set; }

Property Value

Type: Boolean
A boolean indicating whether or not column ResponseColumn of x is already sorted.

Default: It is assumed that column ResponseColumn of x is not sorted, so a detached sort is performed.

Remarks
Sorted = true indicates that column ResponseColumn of x is already sorted. Otherwise, a detached sort is performed prior to analysis. If sorting is performed, all censored individuals are assumed to follow tied failures.
See Also