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

[Missing <param name="windowSize"/> documentation for "M:MathNet.Numerics.Statistics.MovingStatistics.#ctor(System.Int32,System.Collections.Generic.IEnumerable{System.Double})"]

values
Type: System.Collections.GenericIEnumerableDouble

[Missing <param name="values"/> documentation for "M:MathNet.Numerics.Statistics.MovingStatistics.#ctor(System.Int32,System.Collections.Generic.IEnumerable{System.Double})"]

See Also