Returns the given moment of the distribution.

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

Syntax

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

Parameters

n
Int32
The order of the moment to determine.

Return Value

The moment Mn about the origin.

See Also