|
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; }
Public Property ComputeBaselineFunction As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
Booleantrue to compute the baseline function; otherwise,
false.
See Also