Class AbstractSummaryStatistic

    • Constructor Detail

      • AbstractSummaryStatistic

        public AbstractSummaryStatistic()
    • Method Detail

      • clear

        public void clear()
        Clears all input.
        Default implementation does nothing.
        Specified by:
        clear in interface SummaryStatistic
      • check

        protected String check()
        Hook method for performing checks before calculating statistic.
        Default implementation returns null.
        Returns:
        null if successful, otherwise error message
      • doCalculate

        protected abstract double[] doCalculate()
        Calculates the summary statistics.
        Returns:
        the statistics