Uses of Interface
org.apache.commons.statistics.descriptive.LongStatistic
-
Packages that use LongStatistic Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of LongStatistic in org.apache.commons.statistics.descriptive
Classes in org.apache.commons.statistics.descriptive that implement LongStatistic Modifier and Type Class Description class
LongMax
Returns the maximum of the available values.class
LongMean
Computes the arithmetic mean of the available values.class
LongMin
Returns the minimum of the available values.class
LongStandardDeviation
Computes the standard deviation of the available values.class
LongSum
Returns the sum of the available values.class
LongSumOfSquares
Returns the sum of the squares of the available values.class
LongVariance
Computes the variance of the available values.
-