Package org.ddogleg.stats
Class UtilStatisticsInt
java.lang.Object
org.ddogleg.stats.UtilStatisticsInt
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
findMaxIndex
(int[] a) Finds the index in 'a' with the largest value.
-
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
-