Hi,
I always need to compute min value, max value, percentile values of millions data, these data may are int, long or double. But class StatUtils only supports double[], I need to convert int[], long[] to double[]. Shall we add a feature that StatUtils supports any other numeric type?