| 
            
              CircularStandardDeviation Method (Double, Double)
             | 
          
        
         
              Computes the circular standard 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
Syntaxpublic static double StandardDeviation(
	double[] samples,
	double length
)
Public Shared Function StandardDeviation ( 
	samples As Double(),
	length As Double
) As Double
 Request Example
		View SourceParameters
- 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 standard deviation of the given samples.
See Also