Uses of Interface
org.apache.commons.statistics.descriptive.LongStatistic
Packages that use LongStatistic
Package
Description
Implementations of univariate statistics.
-
Uses of LongStatistic in org.apache.commons.statistics.descriptive
Classes in org.apache.commons.statistics.descriptive that implement LongStatisticModifier and TypeClassDescriptionfinal class
Returns the maximum of the available values.final class
Computes the arithmetic mean of the available values.final class
Returns the minimum of the available values.final class
Computes the standard deviation of the available values.final class
Returns the sum of the available values.final class
Returns the sum of the squares of the available values.final class
Computes the variance of the available values.