KaplanMeierEstimatesSorted Property |
The boolean which indicates that the column of response times in x are
already sorted.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual bool Sorted { get; set; }
Public Overridable Property Sorted As Boolean
Get
Set
public:
virtual property bool Sorted {
bool get ();
void set (bool value);
}
abstract Sorted : bool with get, set
override Sorted : bool with 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