Constructs a MovingWindowFilter instance which implements a moving average. Number of points to the left and right both default to two.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public MovingWindowFilter()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
MovingWindowFilter()

See Also