|
Circular. CentralMoments 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
Syntaxpublic static Complex CentralMoments(
double[] angles,
int order
)
Public Shared Function CentralMoments (
angles As Double(),
order As Integer
) As Complex
Request Example
View SourceParameters
- angles
- Type:System.Double[]
- order
- Type: System.Int32
Return Value
Type:
Complex
See Also