Computes the given sample raw 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 Moment(
	params int[] powers
)
Public Function Moment ( _
	ParamArray powers As Integer() _
) As Double
public:
double Moment(
	... array<int>^ powers
)
member Moment : 
        powers : int[] -> float 

Parameters

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

Return Value

The specified moment.

See Also