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.0.0

Syntax

C#
public virtual bool Sorted { get; set; }
Visual Basic (Declaration)
Public Overridable Property Sorted As Boolean
Visual C++
public:
virtual property bool Sorted {
	bool get ();
	void set (bool value);
}

Field Value

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