| Package | Description |
|---|---|
| tech.tablesaw.api | |
| tech.tablesaw.util |
| Modifier and Type | Method and Description |
|---|---|
Stats |
IntColumn.stats() |
Stats |
DoubleColumn.stats() |
Stats |
ShortColumn.stats() |
Stats |
LongColumn.stats() |
Stats |
FloatColumn.stats() |
| Modifier and Type | Method and Description |
|---|---|
static Stats |
Stats.create(DoubleColumn values) |
static Stats |
Stats.create(FloatColumn values) |
static Stats |
Stats.create(IntColumn ints) |
static Stats |
Stats.create(LongColumn ints) |
static Stats |
Stats.create(ShortColumn ints) |
Copyright © 2017. All rights reserved.