Click or drag to resize
LinearRegression.CaseStatistics.ConfidenceInterval Property
Returns the Confidence Interval on the mean for an observation.

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

Property Value

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