|   | CircularAngularDeviation Method (Double, Double) | 
        
         
              Computes the circular angular deviation of the given circular samples.
              The minimum possible value for a sample must be zero and the maximum must
              be indicated in the parameter length.
            
 
    Namespace: 
   Accord.Statistics
    Assembly:
   Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
 Syntax
Syntaxpublic static double AngularDeviation(
	double[] samples,
	double length
)
Public Shared Function AngularDeviation ( 
	samples As Double(),
	length As Double
) As Double
Parameters
- samples
- Type: SystemDouble
 A double array containing the circular samples.
- length
- Type: SystemDouble
 The maximum possible value of the samples.
Return Value
Type: 
DoubleThe circular angular deviation of the given samples.
 See Also
See Also