Class Statistics


  • public class Statistics
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Statistics()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double max​(double[] x)  
      static double mean​(double[] x)  
      static double rootMean​(double[] x)  
      static double stdDev​(double[] x)  
      static double stdDev​(double[] x, double mean)  
      • Methods inherited from class java.lang.Object

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

      • Statistics

        public Statistics()
    • Method Detail

      • mean

        public static double mean​(double[] x)
      • rootMean

        public static double rootMean​(double[] x)
      • stdDev

        public static double stdDev​(double[] x)
      • stdDev

        public static double stdDev​(double[] x,
                                    double mean)
      • max

        public static double max​(double[] x)