Interface SummaryStatistic

    • Method Detail

      • getNames

        String[] getNames()
        Returns the names of the statistics.
        Returns:
        the names
      • clear

        void clear()
        Clears all input.
      • calculate

        double[] calculate()
        Calculates the summary statistics, corresponding with the names.
        Returns:
        the statistics
        See Also:
        getNames()