WaldDistributionCentralMoment Method |
Computes a central moment of the distribution.
Namespace:
Meta.Numerics.Statistics.Distributions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public override double CentralMoment(
int r
)
Public Overrides Function CentralMoment (
r As Integer
) As Double
public:
virtual double CentralMoment(
int r
) override
abstract CentralMoment :
r : int -> float
override CentralMoment :
r : int -> float
Parameters
- r
- Type: SystemInt32
The order of the moment to compute.
Return Value
Type:
DoubleThe rth central moment of the distribution.
See Also