| Name | Description |
---|
  | ByQuantileT(IListT, IListDouble) |
Constructs a grouping based on the quantile ranks.
|
  | ByQuantileT(IListT, Int32) |
Constructs a grouping based on the quantile ranks.
|
  | ByValueT(IListT) |
Constructs a grouping based on the values in the specified list.
|
  | ByValueT(IListT, IntervalIndexT) |
Constructs a grouping based on binned values.
|
  | ByValueT(IListT, IEqualityComparerT) |
Constructs a grouping based on the values in the specified list.
|
  | ByValueT(IListT, T, T, Int32) |
Constructs a grouping based on binned values.
|
  | ExpandingWindow(IIndex) |
Constructs a grouping that represents an expanding window.
|
  | ExpandingWindowT(IndexT) |
Constructs a grouping that represents an expanding window.
|
  | GroupT(IEnumerableT) |
Returns a grouping by the unique elements in a sequence.
|
  | GroupT(IListT) |
Returns a grouping by the unique elements in a list.
|
  | GroupT(IEnumerableT, IEqualityComparerT) |
Returns a grouping by the unique elements in a sequence
using the specified comparer to determine equality.
|
  | GroupT(IListT, IEqualityComparerT) |
Returns a grouping by the unique elements in a list
using the specified comparer to determine equality.
|
  | Partition(IListInt32) |
Constructs a grouping that represents a collection of
non-overlapping chunks of fixed length.
|
  | Partition(Int32, Int32) |
Constructs a grouping that represents a collection of
non-overlapping chunks of fixed length.
|
  | PartitionT(IListT, Int32, Boolean, Boolean) |
Constructs a grouping that represents a collection
of non-overlapping chunks of fixed length.
|
  | PivotR, C |
Creates a new two-dimensional grouping from the specified row and column keys.
|
  | RangeWindow(IndexDateTime, TimeSpan, Direction) |
Constructs a grouping that represents a moving window whose keys
are within the specified distance of each other.
|
  | RangeWindow(IndexDouble, Double, Direction) |
Constructs a grouping that represents a moving window whose keys
are within the specified distance of each other.
|
  | Resample(IndexDateTime, Recurrence, Direction) |
Creates a grouping that resamples the observations
according to the specified recurrence.
|
  | ResampleR(IndexR, IndexR, Direction) |
Creates a grouping that resamples the observations
from one index to another.
|
  | VariablePartitionT |
Constructs a grouping that represents a collection of non-overlapping chunks
based on the specified condition.
|
  | VariableWindowT |
Returns a grouping that represents a moving window based on the specified condition.
|
  | Window(IIndex, Int32, Int32, Boolean, Int32) |
Constructs a grouping that represents a moving window of fixed length.
|
  | Window(Int32, Int32, Int32, Boolean, Int32) |
Constructs a grouping that represents a moving window of fixed length.
|
  | WindowT(IndexT, Int32, Int32, Boolean, Int32) |
Constructs a grouping that represents a moving window of fixed length.
|