Uses of Class
org.apache.commons.statistics.descriptive.IntMean
Packages that use IntMean
Package
Description
Implementations of univariate statistics.
-
Uses of IntMean in org.apache.commons.statistics.descriptive
Classes in org.apache.commons.statistics.descriptive that implement interfaces with type arguments of type IntMeanModifier and TypeClassDescriptionfinal classComputes the arithmetic mean of the available values.Methods in org.apache.commons.statistics.descriptive that return IntMeanModifier and TypeMethodDescriptionstatic IntMeanIntMean.create()Creates an instance.static IntMeanIntMean.of(int... values) Returns an instance populated using the inputvalues.Methods in org.apache.commons.statistics.descriptive with parameters of type IntMean