Click or drag to resize
Accord.NET (logo)

LogisticRegressionAnalysisGetConfidenceInterval Method

Gets the confidence interval for a given input.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public DoubleRange GetConfidenceInterval(
	double[] input
)
Request Example View Source

Parameters

input
Type: SystemDouble

Return Value

Type: DoubleRange
See Also