| Class | Description |
---|
 | AccumulatorT, U |
Represents an object that performs incremental calculations.
|
 | AggregatorT, U |
Represents a function that aggregates the values in a vector.
|
 | Aggregator2T, U |
Represents a function that aggregates the values in a vector.
|
 | Aggregator2Group |
Represents an aggregation operation in a way that is independent of the
operand types.
|
 | Aggregator2GroupT |
Represents an aggregator group that computes a result of the specified type.
|
 | AggregatorGroup |
Represents an aggregation operation in a way that is independent of the
operand types.
|
 | AggregatorGroupT |
Represents an aggregator group that computes a result of the specified type.
|
 | Aggregators |
Contains many of the most common aggregation functions.
|
 | CategoricalEncoding |
Represents an encoding of the levels in a categorical variable.
|
 | DataFrame |
Contains extension methods for data frames.
|
 | DataFrameR, C |
Represents a data frame with row and column indexes of the specified type.
|
 | DataFrameRowR, C |
Represents a row in a data frame.
|
 | DateTimeExtensions |
Contains extension methods related to dates and recurrences.
|
 | Grouping |
Represents a collection of keys mapped to groups of indices.
|
 | GroupingTKey |
Represents a grouping of elements with an index of the specified type.
|
 | Histogram |
Contains methods for creating and working with histograms.
|
 | HistogramT |
Represents a histogram with bins indexed by the specified type.
|
 | Index |
Contains methods for creating and manipulating indexes.
|
 | IndexT |
Represents a set of keys of a specific type.
|
 | IntervalIndexT |
Represents an index over contiguous intervals.
|
 | JoinIndex |
Represents a set of one or more columns that can serve
as a key in a join operation.
|
 | MissingValueException |
Represents an exception that may be thrown when a missing data value is
encountered during a calculation.
|
 | ParameterT |
Represents a parameter in a statistical model.
|
 | ParameterVectorT |
Represents the joint estimate of a set of parameters.
|
 | Pivot |
Represents a two-dimensional grouping of data.
|
 | PivotR, C |
Represents a two-dimensional grouping of data.
|
 | Recurrence |
Represents a recurrence pattern that can be used to define date ranges.
|
 | Subset |
Represents a set of indexes that can be used to select elements in a
VectorT or rows in a IDataFrame.
|
 | TransformedParameterT |
Represents a parameter in a statistical model that is a transformation of a standard parameter.
|
 | TypePreservingAggregatorGroup |
Represents an aggregator group where the type of the result
is the element type of the input.
|
 | VectorExtensions |
Represents transformations that can be applied to a vector.
|
| Interface | Description |
---|
 | IAccumulatorT, U |
Represents an object that performs incremental calculations.
|
 | IAccumulator2T, U |
Represents an object that performs incremental calculations on two input sequences.
|
 | IAccumulator2T, U, V |
Represents an object that performs incremental calculations on two input sequences.
|
 | IAggregator |
Specifies the methods and properties shared by all aggregators.
|
 | IAggregatorT |
Defines the methods and properties shared by all aggregators
that return a specific type.
|
 | IAggregator2 |
Specifies the methods and properties shared by all aggregators.
|
 | IAggregator2T |
Defines the methods and properties shared by all aggregators
that return a specific type.
|
 | IDataFrame |
Specifies the basic functionality of a data frame.
|
 | IGrouping |
Represents a grouping of data on an index.
|
 | IIndex |
Defines the properties and methods common to all indexes.
|
 | IPivot |
Represents a grouping of data in two-dimensional format.
|
| Enumeration | Description |
---|
 | BoundaryIntervalBehavior |
Enumerates how segments at the boundaries of subdivided series are handled.
|
 | DateTimeUnit |
Enumerates the time units.
|
 | Direction |
Enumerates the possible direction in operations
that operate on collections.
|
 | JoinType |
Enumerates the possible ways of joining two indexes.
|
 | MissingValueAction |
Enumerates the possible actions to be taken when a calculation encounters
a missing value.
|
 | MultipleMissingValueAction |
Enumerates the possible actions to be taken when a calculation
involving more than one variable encounters a missing value.
|
 | RankTiebreaker |
Enumerates the possible ways to break a tie when ranking observations.
|
 | SortOrder |
Enumerates the ways data can be sorted.
|
 | SpecialBins |
Enumerates the possible special bins to be included in an IntervalIndexT.
|