Uses of Class
tech.tablesaw.columns.numbers.Stats
-
Packages that use Stats Package Description tech.tablesaw.api tech.tablesaw.columns.numbers -
-
Uses of Stats in tech.tablesaw.api
Methods in tech.tablesaw.api that return Stats Modifier and Type Method Description default StatsNumericColumn. stats()Returns aStatsobject that collects common statistical measures of the data in this column -
Uses of Stats in tech.tablesaw.columns.numbers
Methods in tech.tablesaw.columns.numbers that return Stats Modifier and Type Method Description static StatsStats. create(NumericColumn<?> values)Constructs a Stats object from the given column
-