Click or drag to resize

SampleCentralMoment Method

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

Parameters

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

Return Value

Type: Double
The rth central moment.
Remarks

This method computes the central moments of the sample data, not the estimated central moments of the underlying population; to obtain the latter, use PopulationCentralMoment(Int32).

See Also