GenericUncT1, T2GetMoment(ComplexNArrayT2, Int32) Method

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

Definition

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

Parameters

x  ComplexNArrayT2
n  Int32

Return Value

ComplexNArrayNumber

See Also