Grouping.Expanding Window Method
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Expanding | Constructs a grouping that represents an expanding window. |
Expanding | Constructs a grouping that represents an expanding window. |
ExpandingWindow(IIndex)
Constructs a grouping that represents an expanding window.
public static IGrouping ExpandingWindow(
IIndex index
)
Parameters
- index IIndex
- The index the grouping is over.
Return Value
IGroupingA grouping object that represents the expanding moving window.
Exceptions
Argument | index is null |
ExpandingWindow<T>(Index<T>)
Constructs a grouping that represents an expanding window.
public static Grouping<T> ExpandingWindow<T>(
Index<T> index
)
Parameters
- index Index<T>
- The index the grouping is over.
Type Parameters
- T
Return Value
Grouping<T>A grouping object that represents the expanding moving window.
Exceptions
Argument | index is null |