Click or drag to resize

CircularDescriptiveStatisticsVariance Method

Calculates the variance 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 Variance(
	IList<double> dataList
)

Parameters

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

Return Value

Type: Double
The circular variance of the angles.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when dataList is .
ArgumentException Thrown when dataList is empty.
Remarks
The output range is 0 ≤ V ≤ 1.
See Also