Click or drag to resize

NavigationAccuracyPredictedConstraint Constructor (IServiceProvider, Double, NavigationAccuracyPredictedType, Int32, PredictionSupportFile)

Initializes a new instance with the specified constrained object, 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(
	IServiceProvider constrainedObject,
	double maximumValue,
	NavigationAccuracyPredictedType valueToConstrain,
	int percentConfidence,
	PredictionSupportFile psf
)

Parameters

constrainedObject
Type: SystemIServiceProvider
The object to which this constraint is applied.
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 both AccessComputation and AccessQuery after being constructed using this constructor.

See Also