Class QuantilePlot


  • public class QuantilePlot
    extends Object
    • Constructor Detail

      • QuantilePlot

        public QuantilePlot()
    • Method Detail

      • create

        public 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
        Parameters:
        title - A title for the plot
        table - The table containing the column of interest
        columnName - The name of the numeric column containing the data to plot
        Returns:
        A quantile plot