Uses of Class
adams.data.statistics.AbstractOptionalSampleArrayStatistic
-
Packages that use AbstractOptionalSampleArrayStatistic Package Description adams.data.statistics -
-
Uses of AbstractOptionalSampleArrayStatistic in adams.data.statistics
Subclasses of AbstractOptionalSampleArrayStatistic in adams.data.statistics Modifier and Type Class Description class
ArrayStandardDeviation<T extends Number>
Calculates the standard deviation for a numeric array.class
ArrayStandardize<T extends Number>
Standardizes the values in the array(s) to have mean 0 and stdev 1.class
ArrayStandardScores<T extends Number>
Calculates the standard scores (or z scores) of the provided arrays.The arrays must be numeric, of course.
-