NumberGetMoment Method

Computes the n-th Central Moment

Definition

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

Parameters

n  Int32

Return Value

Double

Implements

IRealNumberGetMoment(Int32)

See Also