Click or drag to resize

SphericalDescriptiveStatistics.MedianDirection Method

Overload List
  NameDescription
Public methodStatic memberMedianDirection(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.
Public methodStatic memberMedianDirection(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.
Public methodStatic memberMedianDirection(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.
Top
See Also