Package | Description |
---|---|
tech.tablesaw.api | |
tech.tablesaw.columns.numbers |
Modifier and Type | Method | Description |
---|---|---|
default Stats |
NumericColumn.stats() |
Returns a
Stats object that collects common statistical measures of the data in this
column |
Modifier and Type | Method | Description |
---|---|---|
static Stats |
Stats.create(NumericColumn<?> values) |
Constructs a Stats object from the given column
|
Copyright © 2022. All rights reserved.