Click or drag to resize
Accord.NET (logo)

HazardTiesMethod Enumeration

Methods for handling ties in hazard/survival estimation algorithms.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public enum HazardTiesMethod
Members
  Member nameValueDescription
Efron0 Efron's method for ties (default).
Breslow1 Breslow's method for ties.
See Also