public class QuantilePlot extends Object
Constructor and Description |
---|
QuantilePlot() |
Modifier and Type | Method and 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 © 2019. All rights reserved.