Returns the value of the moment function of the specified order.
Namespace: Extreme.Statistics.DistributionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public override double MomentFunction(
int order,
double x
)
Public Overrides Function MomentFunction (
order As Integer,
x As Double
) As Double
public:
virtual double MomentFunction(
int order,
double x
) override
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.
Numerical Libraries
Supported in: 6.0
Reference