Click or drag to resize

ConfidenceIntervalConvertToGlobalPositioningSystemConfidence Method

Converts a root mean square predicted GPS error value to a given confidence level using the GPS multipliers for a specific prediction type and specified variable 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 ConvertToGlobalPositioningSystemConfidence(
	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].
Remarks
This method is intended to be used with the output of the evaluator obtained from GetNavigationAccuracyPredictedEvaluator(PredictionSupportFile).
See Also