Gets an object reporting the confidence interval for the associated data.
[Visual Basic]
Public ReadOnly Property Confidence As StatisticalData+ConfidenceInterval
[C#]
public StatisticalData+ConfidenceInterval Confidence {get;}
[Delphi]
public property Confidence: StatisticalData+ConfidenceInterval read get_Confidence;
Remarks
The returned ConfidenceInterval object allows specification of the desired probability level of the confidence interval as well as reporting the interval.
See Also
StatisticalData Class | StatisticalData Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |