Click or drag to resize

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
)

Parameters

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

Return Value

Type: Double
The specified moment.
See Also