GenericUncT1, T2GetMoment(ComplexT2, Int32) Method

Computes the n-th Central Moment of a Complex Uncertainty Array.

Definition

Namespace: Metas.UncLib.Core.Unc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static Complex<Number>[] GetMoment(
	Complex<T2>[] x,
	int n
)

Parameters

x  ComplexT2
n  Int32

Return Value

ComplexNumber

See Also