Uses of Interface
adams.data.statistics.OptionalSampleArrayStatistic
-
Packages that use OptionalSampleArrayStatistic Package Description adams.data.statistics -
-
Uses of OptionalSampleArrayStatistic in adams.data.statistics
Classes in adams.data.statistics that implement OptionalSampleArrayStatistic Modifier and Type Class Description classAbstractOptionalSampleArrayStatistic<T extends Serializable>Abstract super class for array statistics that can interprete the arrays either as samples or populations.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.
-