Click or drag to resize

SphericalDescriptiveStatisticsMeanVector Method

Computes the mean vector.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static Spherical MeanVector(
	IList<UnitCartesian> dataList
)

Parameters

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

Return Value

Type: Spherical
The mean vector.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when dataList is .
ArgumentException Thrown when dataList is empty.
See Also