Click or drag to resize
Accord.NET (logo)

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
public static Complex CentralMoments(
	double[] angles,
	int order
)
Request Example View Source

Parameters

angles
Type: SystemDouble
order
Type: SystemInt32

Return Value

Type: Complex
See Also