SphericalDescriptiveStatisticsMeanDirection Method |
Calculates the mean direction of a list of data.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static UnitSpherical MeanDirection(
IList<UnitCartesian> dataList
)
Public Shared Function MeanDirection (
dataList As IList(Of UnitCartesian)
) As UnitSpherical
public:
static UnitSpherical MeanDirection(
IList<UnitCartesian>^ dataList
)
static member MeanDirection :
dataList : IList<UnitCartesian> -> UnitSpherical
Parameters
- dataList
- Type: System.Collections.GenericIListUnitCartesian
The list of data to use to calculate the mean direction.
Return Value
Type:
UnitSphericalThe mean direction.
See Also