Class Percentile

    • Field Detail

      • m_Percentile

        protected double m_Percentile
        the percentile.
    • Constructor Detail

      • Percentile

        public Percentile()
    • Method Detail

      • setPercentile

        public void setPercentile​(double value)
        Sets the percentile to use.
        Parameters:
        value - the percentile (0-1)
      • getPercentile

        public double getPercentile()
        Returns the percentile in use.
        Returns:
        the percentile (0-1)
      • percentileTipText

        public String percentileTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • postVisit

        protected SpreadSheet postVisit​(SpreadSheet sheet,
                                        int colIndex)
        Finishes up the stats generation after all the cells have been visited.
        Specified by:
        postVisit in class AbstractRowStatistic
        Parameters:
        sheet - the spreadsheet to generate the stats for
        colIndex - the column index
        Returns:
        the generated stats