Tie handling options.

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

Syntax

C#
public enum TieHandling
Visual Basic (Declaration)
Public Enumeration TieHandling
Visual C++
public enum class TieHandling

Members

Member nameDescription
BreslowsApproximate
Indicates Breslows approximate method of handling ties.
SortedAsPerObservations
Indicates failures are assumed to occur in the same order as the observations input in x.

See Also