Click or drag to resize

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
)

Parameters

powers
Type: SystemInt32
The power to which each component should be raised.

Return Value

Type: Double
The specified moment.
See Also