Click or drag to resize
LinearRegression.CaseStatistics.PredictionInterval Property
Returns the Prediction Interval for an observation.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double[] PredictionInterval { get; }

Property Value

Type:Double[]
A double[2] array containing the Prediction Interval for the observation.
See Also