Click or drag to resize
Accord.NET (logo)

LogisticRegressionAnalysisGetPredictionInterval Method

Gets the prediction interval for a given input.

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

Parameters

input
Type: SystemDouble

Return Value

Type: DoubleRange
See Also