SphericalDescriptiveStatistics.MedianDirection Method |
Name | Description | |
---|---|---|
![]() ![]() | MedianDirection(IList<UnitCartesian>) |
Calculates the median direction of the data by using a simplex heuristic optimizer.
The calculation method of the optimizer defaults to NormalizedSpatialMedian which minimizes the normalized spatial median function.
|
![]() ![]() | MedianDirection(IList<UnitCartesian>, SphericalMedianCalculationMethod) |
Calculates the median direction of the data by using a simplex heuristic optimizer.
The optimizer minimizes the normalized spatial median function or the embedded R^3 arc distance function to compute the median.
|
![]() ![]() | MedianDirection(IList<UnitCartesian>, SphericalMedianCalculationMethod, MultivariableFunctionSolverResults<MultivariableFunctionSolverIterationResults>) |
Calculates the median direction of the data by using a simplex heuristic optimizer.
The optimizer minimizes the normalized spatial median function or the embedded R^3 arc distance function to compute the median.
|