The confidence level for calculating confidence
limit deviations returned from GetDeviations.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double Confidence { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Confidence As Double |
Visual C++ |
---|
public: property double Confidence { double get (); void set (double value); } |
Field Value
A double scalar specifying the confidence level used in computing forecast confidence intervals.
Remarks
The confidence limits must be greater than 0.0 and less than 1.0.
Suggested confidence limits are 0.90, 0.95, and 0.99.
By default, Confidence = 0.95.