public class QuantilePlot extends Object
| Constructor | Description |
|---|---|
QuantilePlot() |
| Modifier and Type | Method | Description |
|---|---|---|
static Figure |
create(String title,
tech.tablesaw.api.Table table,
String columnName) |
Returns a figure containing a Quantile Plot describing the distribution of values in the column
of interest
|
public static Figure create(String title, tech.tablesaw.api.Table table, String columnName)
title - A title for the plottable - The table containing the column of interestcolumnName - The name of the numeric column containing the data to plotCopyright © 2022. All rights reserved.