Click or drag to resize
Accord.NET (logo)

ProportionalHazardsNewtonRaphson Constructor (ProportionalHazards)

Constructs a new Newton-Raphson learning algorithm for Cox's Proportional Hazards models.

Namespace:  Accord.Statistics.Models.Regression.Fitting
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public ProportionalHazardsNewtonRaphson(
	ProportionalHazards hazards
)
Request Example View Source

Parameters

hazards
Type: Accord.Statistics.Models.RegressionProportionalHazards
The model to estimate.
See Also