Click or drag to resize

NavigationAccuracyPredictedConstraintPercentConfidence Property

Gets or sets the desired confidence interval percentage. Prior to applying the constraint value, the predicted root mean square error is converted to represent the accuracy corresponding to this percentage of confidence.

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 int PercentConfidence { get; set; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionis thrown when PercentConfidence is out of range (1-100).
Remarks
For more details, see ConfidenceInterval.
See Also