UncNumberGetMoment Method

Computes the n-th Central Moment

Definition

Namespace: Metas.UncLib.DistProp
Assembly: Metas.UncLib.DistProp (in Metas.UncLib.DistProp.dll) Version: 2.8.9053.20202
C#
public double GetMoment(
	int n
)

Parameters

n  Int32

Return Value

Double

Implements

IRealNumberGetMoment(Int32)

See Also