Click or drag to resize
Accord.NET (logo)

CircularAngularDeviation Method (Double)

Computes the Angular Deviation of the given angles.

Namespace:  Accord.Statistics
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static double AngularDeviation(
	double[] angles
)
Request Example View Source

Parameters

angles
Type: SystemDouble
A double array containing the angles in radians.

Return Value

Type: Double
The angular deviation of the given angles.
See Also