Returns the value of the moment function of the specified order.
Namespace:
Extreme.Statistics.Distributions
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual double MomentFunction(
int order,
double x
)
Public Overridable Function MomentFunction (
order As Integer,
x As Double
) As Double
public:
virtual double MomentFunction(
int order,
double x
)
abstract MomentFunction :
order : int *
x : float -> float
override MomentFunction :
order : int *
x : float -> float
Parameters
- order
- Type: SystemInt32
The order of the moment function. - x
- Type: SystemDouble
The point at which to evaluate the moment function.
Return Value
Type:
DoubleThe value of the moment function of order
order at
x.
The order must be greater than or equal to zero.
Reference