Click or drag to resize
Accord.NET (logo)

ProportionalHazardsNewtonRaphsonComputeBaselineFunction Property

Gets or sets a value indicating whether an estimate of the baseline hazard function should be computed at the end of the next iterations.

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

Property Value

Type: Boolean
true to compute the baseline function; otherwise, false.
See Also