Click or drag to resize

SphericalDescriptiveStatisticsMedianDirection Method

Overload List
  NameDescription
Public methodStatic memberMedianDirection(IListUnitCartesian)
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(IListUnitCartesian, 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(IListUnitCartesian, SphericalMedianCalculationMethod, MultivariableFunctionSolverResultsMultivariableFunctionSolverIterationResults)
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