Uses of Class
tech.tablesaw.table.RollingColumn
Packages that use RollingColumn
-
Uses of RollingColumn in tech.tablesaw.columns
Methods in tech.tablesaw.columns that return RollingColumnModifier and TypeMethodDescriptiondefault RollingColumn
Column.rolling
(int windowSize) Returns aRollingColumn
with the given windowSize, which can be used for performing calculations on rolling subsets of my data -
Uses of RollingColumn in tech.tablesaw.columns.numbers
Subclasses of RollingColumn in tech.tablesaw.columns.numbersModifier and TypeClassDescriptionclass
Does a calculation on a rolling basis (e.g. mean for last 20 days)