SphericalDescriptiveStatisticsMeanResultantLength Method |
Calculates the mean resultant length 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 double MeanResultantLength(
IList<UnitCartesian> dataList
)
Public Shared Function MeanResultantLength (
dataList As IList(Of UnitCartesian)
) As Double
public:
static double MeanResultantLength(
IList<UnitCartesian>^ dataList
)
static member MeanResultantLength :
dataList : IList<UnitCartesian> -> float
Parameters
- dataList
- Type: System.Collections.GenericIListUnitCartesian
The list of data to use to calculate the mean resultant length.
Return Value
Type:
DoubleThe mean resultant length.
Remarks The output range is 0 ≤ R ≤ 1.
See Also