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 classArrayStandardDeviation<T extends Number>Calculates the standard deviation for a numeric array.classArrayStandardize<T extends Number>Standardizes the values in the array(s) to have mean 0 and stdev 1.classArrayStandardScores<T extends Number>Calculates the standard scores (or z scores) of the provided arrays.The arrays must be numeric, of course.
-