MultivariateSampleCentralMoment Method (Int32) |
Computes the given sample central moment.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public double CentralMoment(
params int[] powers
)
Public Function CentralMoment (
ParamArray powers As Integer()
) As Double
public:
double CentralMoment(
... array<int>^ powers
)
member CentralMoment :
powers : int[] -> float
Parameters
- powers
- Type: SystemInt32
The power to which each component should be raised.
Return Value
Type:
DoubleThe specified moment.
See Also