Returns the given moment of the distribution.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public override double Moment(
	int n
)
Public Overrides Function Moment ( _
	n As Integer _
) As Double
public:
virtual double Moment(
	int n
) override

Parameters

n
Int32
The order of the moment to determine.

Return Value

The moment Mn about the origin.

See Also