Interface | Description |
---|---|
AggregateFunction |
Functions that calculate values over the data of an entire column, such as sum, mean, std.
|
CategoryReduceUtils |
Class | Description |
---|---|
AggregateFunctions |
Contains common utilities for double and long types
|
CrossTab |
Utilities for creating frequency and proportion cross tabs
|
NumericSummaryTable |
NumericSummaryTable is a standard table, but one with a specific format:
It has two columns, the first a category column and the second a numeric column,
so that it is appropriate for managing data that summarizes numeric variables by groups
|
SummaryFunction |
Copyright © 2018. All rights reserved.