|
ProportionalHazardsGetConfidenceInterval Method
|
Gets the 95% confidence interval for the
Hazard Ratio for a given coefficient.
Namespace:
Accord.Statistics.Models.Regression
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public DoubleRange GetConfidenceInterval(
int index
)
Public Function GetConfidenceInterval (
index As Integer
) As DoubleRange
Request Example
View SourceParameters
- index
- Type: SystemInt32
The coefficient's index.
Return Value
Type:
DoubleRangeSee Also