| Package | Description |
|---|---|
| tech.tablesaw.columns | |
| tech.tablesaw.columns.numbers |
| Modifier and Type | Method | Description |
|---|---|---|
default RollingColumn |
Column.rolling(int windowSize) |
Returns a
RollingColumn with the given windowSize, which can be used for performing
calculations on rolling subsets of my data |
| Modifier and Type | Class | Description |
|---|---|---|
class |
NumberRollingColumn |
Does a calculation on a rolling basis (e.g.
|
Copyright © 2021. All rights reserved.