Represents a sliding window on a variable or variable collection.
SystemObject Extreme.StatisticsFilter Extreme.StatisticsWindowFilter
Namespace:
Extreme.Statistics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public class WindowFilter : Filter
Public Class WindowFilter
Inherits Filter
public ref class WindowFilter : public Filter
type WindowFilter =
class
inherit Filter
end
The WindowFilter type exposes the following members.
Top
| Name | Description |
---|
 | EndIndex |
Gets the index of the observation past the last visible observation.
(Inherited from Filter.) |
 | FilteredLength |
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.) |
 | StartIndex |
Gets the index of the first visible observation.
(Inherited from Filter.) |
Top
| Name | Description |
---|
 | ApplySort |
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.) |
 | GetEnumerator |
Returns an enumerator that iterates over the indexes in the filter.
(Inherited from Filter.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetReverse |
Returns a filter that lists the observations of the current filter in reverse order.
(Inherited from Filter.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
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.
Reference