StatisticsMovMeanT Method

Moving Mean

Definition

Namespace: Metas.UncLib.Core.Unc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static T[] MovMean<T>(
	T[] x,
	int k
)
where T : new(), Object, INumber<T>

Parameters

x  T
Vector
k  Int32
Length

Type Parameters

T
Number Type

Return Value

T

See Also