Class UtilStatisticsInt

java.lang.Object
org.ddogleg.stats.UtilStatisticsInt

public class UtilStatisticsInt extends Object
  • Constructor Details

    • UtilStatisticsInt

      public UtilStatisticsInt()
  • Method Details

    • findMaxIndex

      public static int findMaxIndex(int[] a)
      Finds the index in 'a' with the largest value.
      Parameters:
      a - Input array
      Returns:
      Index of largest value