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 class
AbstractOptionalSampleArrayStatistic<T extends Serializable>
Abstract super class for array statistics that can interprete the arrays either as samples or populations.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.
-