Click or drag to resize

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: 24.1.418.0 (24.1.418.0)
Syntax
public double ConvertToGaussianConfidence(
	double value,
	int confidenceLevel,
	ConfidenceIntervalVariableDimension dimension
)

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: Double
The value converted to the requested confidence level
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when the confidenceLevel is outside of the range [0, 100].
See Also