Click or drag to resize
MovingStatistics Constructor (Int32, IEnumerableDouble)
Initializes a new instance of the MovingStatistics class

Namespace: MathNet.Numerics.Statistics
Assembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
public MovingStatistics(
	int windowSize,
	IEnumerable<double> values
)

Parameters

windowSize
Type: SystemInt32
values
Type: System.Collections.GenericIEnumerableDouble
See Also