Generalized Pareto Distribution.Moment Function Method
Returns the value of the moment function of the specified shape.
Definition
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The value of the moment function of order order at x.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override double MomentFunction(
int order,
double x
)
Parameters
- order Int32
- The shape of the moment function.
- x Double
- The point at which to evaluate the moment function.
Return Value
DoubleThe value of the moment function of order order at x.