Uses of Interface
org.apache.commons.statistics.descriptive.IntStatistic
Packages that use IntStatistic
Package
Description
Implementations of univariate statistics.
-
Uses of IntStatistic in org.apache.commons.statistics.descriptive
Classes in org.apache.commons.statistics.descriptive that implement IntStatisticModifier and TypeClassDescriptionfinal classReturns the maximum of the available values.final classComputes the arithmetic mean of the available values.final classReturns the minimum of the available values.final classComputes the standard deviation of the available values.final classReturns the sum of the available values.final classReturns the sum of the squares of the available values.final classComputes the variance of the available values.