Click or drag to resize

ConfidenceInterval Class

Provides confidence interval multiplier methods. Confidence interval multipliers are necessary to convert one sigma values generated by statistical navigation error predictions into a more meaningful scale. For example, a statistically predicted position error (a three dimensional quantity) has a one sigma confidence value of approximately 20%. To convert that one sigma value to a 95% confidence, it must be multiplied by a certain value. This class provides the multiplier values necessary to get to a specific confidence interval.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.NavigationConfidenceInterval

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class ConfidenceInterval : ICloneWithContext

The ConfidenceInterval type exposes the following members.

Constructors
  NameDescription
Public methodConfidenceInterval
Create a new instance.
Public methodConfidenceInterval(TextReader)
Create a new ConfidenceInterval instance with a custom multiplier StreamReader.
Protected methodConfidenceInterval(ConfidenceInterval, CopyContext)
Initializes a new instance as a copy of an existing instance.
Top
Methods
  NameDescription
Public methodClone
Clones this object using the specified context.
Public methodConvertToGaussianConfidence
Converts a one standard deviation value to a given confidence level using the standard Gaussian derived multipliers, for the specified dimension.
Public methodConvertToGlobalPositioningSystemConfidence
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.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also