Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public static UnitSpherical MeanDirection(
	IList<UnitCartesian> dataList
)

Parameters

dataList
Type: System.Collections.GenericIListUnitCartesian
The list of data to use to calculate the mean direction.

Return Value

Type: UnitSpherical
The mean direction.
See Also