Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: DoubleRange
See Also