public static interface UnivariateStats.ArrayStats
Modifier and Type | Method and Description |
---|---|
long[] |
getCounts()
Returns a per-element count of the number of non-blank elements
of submitted arrays.
|
int |
getLength()
Returns array length.
|
double[] |
getSum1s()
Returns a per-element sum of the non-blank elements
of submitted arrays.
|
double[] |
getSum2s()
Returns a per-element sum of squares of the non-blank elements
of submitted arrays.
|
int getLength()
long[] getCounts()
double[] getSum1s()
double[] getSum2s()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.