| Package | Description | 
|---|---|
| agi.foundation | 
 Contains commonly used types. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SphericalMedianCalculationMethod | 
SphericalMedianCalculationMethod.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static SphericalMedianCalculationMethod | 
SphericalMedianCalculationMethod.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static SphericalMedianCalculationMethod | 
SphericalMedianCalculationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SphericalMedianCalculationMethod[] | 
SphericalMedianCalculationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static UnitSpherical | 
SphericalDescriptiveStatistics.medianDirection(List<UnitCartesian> dataList,
               SphericalMedianCalculationMethod calculationMethod)
Calculates the median direction of the data by using a simplex heuristic optimizer. 
 | 
static UnitSpherical | 
SphericalDescriptiveStatistics.medianDirection(List<UnitCartesian> dataList,
               SphericalMedianCalculationMethod calculationMethod,
               MultivariableFunctionSolverResults<MultivariableFunctionSolverIterationResults>[] results)
Calculates the median direction of the data by using a simplex heuristic optimizer. 
 |