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