Interface ExtendedStats

    • Method Detail

      • getSumOfSquares

        double getSumOfSquares()
        The sum of the squares of the collected values.
      • getVariance

        double getVariance()
        The variance of the collected values.
      • getStdDeviation

        double getStdDeviation()
        The standard deviation of the collected values.
      • getStdDeviationBound

        double getStdDeviationBound​(ExtendedStats.Bounds bound)
        The upper or lower bounds of the stdDeviation
      • getStdDeviationAsString

        java.lang.String getStdDeviationAsString()
        The standard deviation of the collected values as a String.
      • getStdDeviationBoundAsString

        java.lang.String getStdDeviationBoundAsString​(ExtendedStats.Bounds bound)
        The upper or lower bounds of stdDev of the collected values as a String.
      • getSumOfSquaresAsString

        java.lang.String getSumOfSquaresAsString()
        The sum of the squares of the collected values as a String.
      • getVarianceAsString

        java.lang.String getVarianceAsString()
        The variance of the collected values as a String.