ConfidenceIntervalConvertToGaussianConfidence Method  | 
 
            Converts a one standard deviation value to a given confidence level using 
            the standard Gaussian derived multipliers, for the specified dimension.
            
 
    Namespace: 
   AGI.Foundation.Navigation
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double ConvertToGaussianConfidence(
	double value,
	int confidenceLevel,
	ConfidenceIntervalVariableDimension dimension
)
Public Function ConvertToGaussianConfidence ( 
	value As Double,
	confidenceLevel As Integer,
	dimension As ConfidenceIntervalVariableDimension
) As Double
public:
double ConvertToGaussianConfidence(
	double value, 
	int confidenceLevel, 
	ConfidenceIntervalVariableDimension dimension
)
member ConvertToGaussianConfidence : 
        value : float * 
        confidenceLevel : int * 
        dimension : ConfidenceIntervalVariableDimension -> float 
Parameters
- value
 - Type: SystemDouble
The root mean square value to convert - confidenceLevel
 - Type: SystemInt32
The confidence level to convert to (0-100)% - dimension
 - Type: AGI.Foundation.NavigationConfidenceIntervalVariableDimension
The dimension of the variable 
Return Value
Type: 
DoubleThe value converted to the requested confidence level
Exceptions
See Also