|   | CircularDescriptiveAnalysisGetConfidenceInterval Method  | 
        
         
              Gets a confidence interval for the 
Means
              within the given confidence level percentage.
            
 
    Namespace: 
   Accord.Statistics.Analysis
    Assembly:
   Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
 Syntax
Syntaxpublic DoubleRange GetConfidenceInterval(
	int index,
	double percent = 0.95
)
Public Function GetConfidenceInterval ( 
	index As Integer,
	Optional percent As Double = 0.95
) As DoubleRange
Parameters
- index
- Type: SystemInt32
 The index of the data column whose confidence
              interval should be calculated.
- percent (Optional)
- Type: SystemDouble
 The confidence level. Default is 0.95.
Return Value
Type: 
DoubleRangeA confidence interval for the estimated value.
 See Also
See Also