Class GetPatternStats.Stats

  • Enclosing class:
    GetPatternStats

    public final class GetPatternStats.Stats
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getAverage()
      Get the average (mean - min)
      int getN()  
      double getRange()
      Get the population range
      double getSD()
      Get the Population Standard Deviation
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getN

        public int getN()
      • getRange

        public double getRange()
        Get the population range
        Returns:
        Population range
      • getSD

        public double getSD()
        Get the Population Standard Deviation
        Returns:
        Population SD
      • getAverage

        public double getAverage()
        Get the average (mean - min)
        Returns:
        (mean - min)