Click or drag to resize

CircularDescriptiveStatisticsStandardDeviation Method

Calculates the standard deviation 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 StandardDeviation(
	IList<double> dataList
)

Parameters

dataList
Type: System.Collections.GenericIListDouble
The list of angles to use to calculate the standard deviation.

Return Value

Type: Double
The circular standard deviation of the angles.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when dataList is .
ArgumentException Thrown when dataList is empty.
Remarks
The output range is [0, ∞]. Returns NaN if the mean resultant length is exactly zero.
See Also