Window Filter Constructor
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Window | Creates a new window filter of the specified length. |
Window | Creates a new window filter of the specified length. |
WindowFilter(Int32)
Creates a new window filter of the specified length.
Remarks
The length of the actual window may be smaller
if the number of observations in the variable or collection
is less than length.
WindowFilter(Int32, Int32)
Creates a new window filter of the specified length.
public WindowFilter(
int length,
int maxUnfilteredLength
)
Parameters
Remarks
The length of the actual window may be smaller
if the number of observations in the variable or collection
is less than length.