public final class Statistics extends Object
public static int mean(int[] list)
throws IllegalArgumentException
IllegalArgumentExceptionpublic static long mean(long[] list)
throws IllegalArgumentException
IllegalArgumentExceptionpublic static float mean(float[] list)
throws IllegalArgumentException
IllegalArgumentExceptionpublic static double mean(double[] list)
throws IllegalArgumentException
IllegalArgumentExceptionpublic static int median(int[] list)
throws IllegalArgumentException
IllegalArgumentExceptionpublic static int[] mode(int[] list)
throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2014. All rights reserved.