Click or drag to resize

CircularDescriptiveStatisticsMeanResultantLength Method

Calculates the mean resultant length of a list of angles.

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

Parameters

dataList
Type: System.Collections.GenericIListDouble
The list of angles to use to calculate the mean resultant length.

Return Value

Type: Double
The mean resultant length.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when dataList is .
ArgumentException Thrown when dataList is empty.
Remarks
The output range is 0 ≤ R ≤ 1.
See Also