|   | 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
Syntaxpublic static double AngularDeviation(
	double[] angles
)
Public Shared Function AngularDeviation ( 
	angles As Double()
) As Double
Parameters
- angles
- Type: SystemDouble
 A double array containing the angles in radians.
Return Value
Type: 
DoubleThe angular deviation of the given angles.
 See Also
See Also