Returns the given moment of the distribution, about the mean.

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 MomentAboutMean(
	int n
)
Public Overrides Function MomentAboutMean ( _
	n As Integer _
) As Double
public:
virtual double MomentAboutMean(
	int n
) override
abstract MomentAboutMean : 
        n : int -> float 
override MomentAboutMean : 
        n : int -> float 

Parameters

n
Int32
The order of the moment to determine.

Return Value

The moment of order n about the mean.

See Also