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