MultivariateSampleCentralMoment(Int32) Method
            Computes the given sample central moment.
            
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public double CentralMoment(
	params int[] powers
)
Public Function CentralMoment ( 
	ParamArray powers As Integer()
) As Double
public:
double CentralMoment(
	... array<int>^ powers
)
member CentralMoment : 
        powers : int[] -> float 
- powers  Int32
- The power to which each component should be raised.
DoubleThe specified moment.