SphericalDescriptiveStatisticsMeanVector Method |
Computes the mean vector.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static Spherical MeanVector(
IList<UnitCartesian> dataList
)
Public Shared Function MeanVector (
dataList As IList(Of UnitCartesian)
) As Spherical
public:
static Spherical MeanVector(
IList<UnitCartesian>^ dataList
)
static member MeanVector :
dataList : IList<UnitCartesian> -> Spherical
Parameters
- dataList
- Type: System.Collections.GenericIListUnitCartesian
The list of data to use to calculate the mean vector.
Return Value
Type:
SphericalThe mean vector.
Exceptions See Also