|
CircularNoncentralMoments Method
|
Computes the complex circular non-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 NoncentralMoments(
double[] angles,
int order
)
Public Shared Function NoncentralMoments (
angles As Double(),
order As Integer
) As Complex
Request Example
View SourceParameters
- angles
- Type: SystemDouble
- order
- Type: SystemInt32
Return Value
Type:
ComplexSee Also