MultivariateSampleRawMoment Method (IReadOnlyListInt32) |
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(
IReadOnlyList<int> powers
)
Public Function RawMoment (
powers As IReadOnlyList(Of Integer)
) As Double
public:
double RawMoment(
IReadOnlyList<int>^ powers
)
member RawMoment :
powers : IReadOnlyList<int> -> float
Parameters
- powers
- Type: System.Collections.GenericIReadOnlyListInt32
The power to which each component should be raised.
Return Value
Type:
DoubleThe specified moment.
Exceptions See Also