MultivariateSampleCentralMoment Method (IReadOnlyListInt32) |
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(
IReadOnlyList<int> powers
)
Public Function CentralMoment (
powers As IReadOnlyList(Of Integer)
) As Double
public:
double CentralMoment(
IReadOnlyList<int>^ powers
)
member CentralMoment :
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