Click or drag to resize

NavigationAccuracyPredictedConstraint Constructor (Double, NavigationAccuracyPredictedType, Int32, PredictionSupportFile)

Initializes a new instance with the specified maximum value, accuracy value to constrain, percentage confidence, and prediction support file.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public NavigationAccuracyPredictedConstraint(
	double maximumValue,
	NavigationAccuracyPredictedType valueToConstrain,
	int percentConfidence,
	PredictionSupportFile psf
)

Parameters

maximumValue
Type: SystemDouble
Maximum allowable accuracy value.
valueToConstrain
Type: AGI.Foundation.NavigationNavigationAccuracyPredictedType
The type of accuracy to compute.
percentConfidence
Type: SystemInt32
The desired confidence interval percentage. Prior to applying the constraint value, the predicted root mean square error is converted to the accuracy corresponding to this percentage of confidence.
psf
Type: AGI.Foundation.Navigation.DataReadersPredictionSupportFile
The prediction support file containing statistical data necessary to predict navigation accuracy.
Remarks

This constraint is ready for use with AccessComputation after being constructed using this constructor. However, before evaluating this constraint as part of an AccessQuery, it is necessary to set the ConstrainedObject property.

See Also