Click or drag to resize

ConfidenceInterval.ConvertToGlobalPositioningSystemConfidence 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: 25.1.421.0 (25.1.421.0)
Syntax
public double ConvertToGlobalPositioningSystemConfidence(
	double value,
	int confidenceLevel,
	ConfidenceIntervalVariableDimension dimension
)

Parameters

value
Type: System.Double
The root mean square value to convert
confidenceLevel
Type: System.Int32
The confidence level to convert to (0-100)%
dimension
Type: AGI.Foundation.Navigation.ConfidenceIntervalVariableDimension
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