ProportionalHazards.TiesOption Property |
The method used for handling ties.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual ProportionalHazards. TieHandling TiesOption { get; set; }
Public Overridable Property TiesOption As ProportionalHazards. TieHandling
Get
Set
public:
virtual property ProportionalHazards. TieHandling TiesOption {
ProportionalHazards. TieHandling get ();
void set (ProportionalHazards. TieHandling value);
}
abstract TiesOption : ProportionalHazards. TieHandling with get, set
override TiesOption : ProportionalHazards. TieHandling with get, set
Property Value
Type:
ProportionalHazards.TieHandling A
ProportionalHazards.TieHandling specifying the method to be used in
handling ties.
Default: TiesOption = ProportionalHazards.TieHandling.BreslowsApproximate.
RemarksTiesOption is one of the values in the following table:
value | Method |
---|
BreslowsApproximate | Breslow's approximate method. This is the default. |
SortedAsPerObservations | Failures are assumed to occur in the same order as the
observations input in x. The observations in x
must be sorted from largest to smallest failure time within each stratum,
and grouped by stratum. All observations are treated as if their
failure/censoring times were distinct when computing the log-likelihood. |
See Also