| Package | Description | 
|---|---|
| agi.foundation.navigation | 
 Contains types useful in modeling navigation processes which utilize the Global Positioning System (GPS). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ConfidenceIntervalVariableDimension | 
ConfidenceIntervalVariableDimension.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static ConfidenceIntervalVariableDimension | 
ConfidenceIntervalVariableDimension.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static ConfidenceIntervalVariableDimension | 
ConfidenceIntervalVariableDimension.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ConfidenceIntervalVariableDimension[] | 
ConfidenceIntervalVariableDimension.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
double | 
ConfidenceInterval.convertToGaussianConfidence(double value,
                           int confidenceLevel,
                           ConfidenceIntervalVariableDimension dimension)
Converts a one standard deviation value to a given confidence level using 
    the standard Gaussian derived multipliers, for the specified dimension. 
 | 
double | 
ConfidenceInterval.convertToGlobalPositioningSystemConfidence(double value,
                                          int confidenceLevel,
                                          ConfidenceIntervalVariableDimension dimension)
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. 
 |