Overload List

  NameDescription
MovingWindowFilter()()()
Constructs a MovingWindowFilter instance which implements a moving average. Number of points to the left and right both default to two.
MovingWindowFilter(Int32, Int32, DoubleVector)
Constructs a MovingWindowFilter instance with the specified parameters.

See Also