|
MultipleLinearRegressionAnalysisGetPredictionInterval 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
)
Public Function GetPredictionInterval (
input As Double()
) As DoubleRange
Request Example
View SourceParameters
- input
- Type: SystemDouble
Return Value
Type:
DoubleRangeSee Also