Click or drag to resize
ARAutoUnivariateConfidence Property
The confidence level for calculating confidence limit deviations returned from GetDeviations.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double Confidence { get; set; }

Property Value

Type: Double
A double scalar value representing the confidence level used in computing forecast confidence intervals.
Remarks
Typical choices for Confidence are 0.90, 0.95, and 0.99. Confidence must be greater than 0.0 and less than 1.0. By default, Confidence = 0.95.
See Also