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.2.419.0 (24.2.419.0)
Syntax public NavigationAccuracyPredictedConstraint(
IServiceProvider constrainedObject,
double maximumValue,
NavigationAccuracyPredictedType valueToConstrain,
int percentConfidence,
PredictionSupportFile psf
)
Public Sub New (
constrainedObject As IServiceProvider,
maximumValue As Double,
valueToConstrain As NavigationAccuracyPredictedType,
percentConfidence As Integer,
psf As PredictionSupportFile
)
public:
NavigationAccuracyPredictedConstraint(
IServiceProvider^ constrainedObject,
double maximumValue,
NavigationAccuracyPredictedType valueToConstrain,
int percentConfidence,
PredictionSupportFile^ psf
)
new :
constrainedObject : IServiceProvider *
maximumValue : float *
valueToConstrain : NavigationAccuracyPredictedType *
percentConfidence : int *
psf : PredictionSupportFile -> NavigationAccuracyPredictedConstraint
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 See Also