Click or drag to resize
Accord.NET (logo)

HazardCoefficientConfidence Property

Gets the 95% confidence interval (C.I.) for the current coefficient.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[BrowsableAttribute(false)]
public DoubleRange Confidence { get; }
Request Example View Source

Property Value

Type: DoubleRange
See Also