|
LinearRegressionCoefficientConfidence Property
|
Gets the 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; }
<BrowsableAttribute(false)>
Public ReadOnly Property Confidence As DoubleRange
Get
Request Example
View SourceProperty Value
Type:
DoubleRangeSee Also