Click or drag to resize

SampleRawMoment Method

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(
	int r
)

Parameters

r
Type: SystemInt32
The order of the moment to compute.

Return Value

Type: Double
The rth raw moment of the sample.
See Also