|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ParallelDoubleArray.SummaryStatistics
Summary statistics for a possibly bounded, filtered, and/or mapped ParallelDoubleArray.
Method Summary | |
---|---|
double |
average()
Return the arithmetic average of all elements |
int |
indexOfMax()
Return the index of the maximum element, or -1 if empty |
int |
indexOfMin()
Return the index of the minimum element, or -1 if empty |
double |
max()
Return the maximum element, or -Double.MAX_VALUE if empty |
double |
min()
Return the minimum element, or Double.MAX_VALUE if empty |
int |
size()
Return the number of elements |
double |
sum()
Return the sum of all elements |
Method Detail |
---|
int size()
double min()
double max()
int indexOfMin()
int indexOfMax()
double sum()
double average()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |