|
StepwiseLogisticRegressionModelConfidences Property
|
Gets the 95% Confidence Intervals (C.I.)
for each coefficient found in the regression.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax [BrowsableAttribute(false)]
public DoubleRange[] Confidences { get; }
<BrowsableAttribute(false)>
Public ReadOnly Property Confidences As DoubleRange()
Get
Request Example
View SourceProperty Value
Type:
DoubleRangeSee Also