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#
The value of the moment function of order order at x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
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
DoubleThe value of the moment function of order order at x.
RemarksPermalink
The order must be greater than or equal to zero.
ExceptionsPermalink
Argument | order is less than zero. |