SphericalDescriptiveStatisticsMedianDirection Method (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.
            
 
    Namespace: 
   AGI.Foundation
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static UnitSpherical MedianDirection(
	IList<UnitCartesian> dataList
)
Public Shared Function MedianDirection ( 
	dataList As IList(Of UnitCartesian)
) As UnitSpherical
public:
static UnitSpherical MedianDirection(
	IList<UnitCartesian>^ dataList
)
static member MedianDirection : 
        dataList : IList<UnitCartesian> -> UnitSpherical 
Parameters
- dataList
 - Type: System.Collections.GenericIListUnitCartesian
The list of data to use to calculate the median direction. 
Return Value
Type: 
UnitSphericalThe median direction.
See Also