Click or drag to resize

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
)

Parameters

powers
Type: System.Collections.GenericIReadOnlyListInt32
The power to which each component should be raised.

Return Value

Type: Double
The specified moment.
Exceptions
ExceptionCondition
ArgumentNullExceptionpowers is null.
DimensionMismatchExceptionThe length of powers is not equal to the Dimension of the multivariate sample.
See Also