GenericUncT1, T2GetMoment(ComplexNArrayT2, Int32) Method
Computes the n-th Central Moment of a Complex Uncertainty N-Dim Array.
Namespace: Metas.UncLib.Core.UncAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static ComplexNArray<Number> GetMoment(
ComplexNArray<T2> x,
int n
)
Public Shared Function GetMoment (
x As ComplexNArray(Of T2),
n As Integer
) As ComplexNArray(Of Number)
public:
static ComplexNArray<Number>^ GetMoment(
ComplexNArray<T2>^ x,
int n
)
static member GetMoment :
x : ComplexNArray<'T2> *
n : int -> ComplexNArray<Number>
- x ComplexNArrayT2
- n Int32
ComplexNArrayNumber