Uses of Interface
org.apache.commons.statistics.descriptive.IntStatistic
-
Packages that use IntStatistic Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of IntStatistic in org.apache.commons.statistics.descriptive
Classes in org.apache.commons.statistics.descriptive that implement IntStatistic Modifier and Type Class Description class
IntMax
Returns the maximum of the available values.class
IntMean
Computes the arithmetic mean of the available values.class
IntMin
Returns the minimum of the available values.class
IntStandardDeviation
Computes the standard deviation of the available values.class
IntSum
Returns the sum of the available values.class
IntSumOfSquares
Returns the sum of the squares of the available values.class
IntVariance
Computes the variance of the available values.
-