Window Filter Class
Represents a sliding window on a variable or variable collection.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public class WindowFilter : Filter
Remarks
Use the WindowFilter class to define a filter for a variable or variable collection that provides a sliding window on the variable or collection that provides access to the most observations only.
Constructors
Window | Creates a new window filter of the specified length. |
Window | Creates a new window filter of the specified length. |
Properties
End |
Gets the index of the observation past the last visible observation.
(Inherited from Filter) |
Filtered |
Gets the length of the filtered data.
(Inherited from Filter) |
IsContiguous |
Gets whether the filter selects a contiguous range.
(Inherited from Filter) |
Item |
Gets the unfiltered index of the observation at the specified index.
(Inherited from Filter) |
Length |
Gets the length of the unfiltered data.
(Inherited from Filter) |
Start |
Gets the index of the first visible observation.
(Inherited from Filter) |
Methods
Apply |
Returns a filter that applies the specified sort filter to the current filter.
(Inherited from Filter) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
Get |
Returns an enumerator that iterates over the indexes in the filter.
(Inherited from Filter) |
Get | Serves as the default hash function. (Inherited from Object) |
Get |
Returns a filter that lists the observations of the current filter in reverse order.
(Inherited from Filter) |
Get | Gets the Type of the current instance. (Inherited from Object) |
Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |