Computes the given sample central moment.

Namespace: Meta.Numerics.Statistics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public double MomentAboutMean(
	params int[] powers
)
Public Function MomentAboutMean ( _
	ParamArray powers As Integer() _
) As Double
public:
double MomentAboutMean(
	... array<int>^ powers
)
member MomentAboutMean : 
        powers : int[] -> float 

Parameters

powers
array<Int32>[]()[][]
The power to which each component should be raised.

Return Value

The specified moment.

See Also