|   | CircularCentralMoments Method  | 
        
         
              Computes the complex circular central 
              moments of the given circular angles.
            
 
    Namespace: 
   Accord.Statistics
    Assembly:
   Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
 Syntax
Syntaxpublic static Complex CentralMoments(
	double[] angles,
	int order
)
Public Shared Function CentralMoments ( 
	angles As Double(),
	order As Integer
) As Complex
Parameters
- angles
- Type: SystemDouble
 
- order
- Type: SystemInt32
 
Return Value
Type: 
Complex See Also
See Also