Click or drag to resize
Accord.NET (logo)

ProportionalHazardsNewtonRaphsonEstimator Property

Gets or sets the hazard estimator that should be used by the proportional hazards learning algorithm. Default is to use BreslowNelsonAalen.

Namespace:  Accord.Statistics.Models.Regression.Fitting
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public HazardEstimator Estimator { get; set; }
Request Example View Source

Property Value

Type: HazardEstimator
See Also