GumbelDistribution.MomentFunction Method

Returns the value of the moment function of the specified order.

DefinitionPermalink

Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public override double MomentFunction(
	int order,
	double x
)

ParametersPermalink

order  Int32
The order of the moment function.
x  Double
The point at which to evaluate the moment function.

Return ValuePermalink

Double
The value of the moment function of order order at x.

RemarksPermalink

The order must be greater than or equal to zero.

ExceptionsPermalink

ArgumentOutOfRangeException

order is less than zero.

See AlsoPermalink