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